http://qs1969.pair.com?node_id=968334

flexvault has asked for the wisdom of the Perl Monks concerning the following question:

Dear Monks,

For years I've been using Perl to have clients and servers 'talk' to each other using sockets. For this the literature and documentation is great. In these cases, the server in listening and the client initiates the session and then 'shutdown's and 'close's the connection.

Using this technique, I can get two independent processes to communicate.

So is there a way to keep the client connection persistent and only 'close' when the client is finished? And if the connection is persistent, would that prevent other clients from connecting?

Thank you

"Well done is better than well said." - Benjamin Franklin