in reply to Connection pooling for a Net::Server application

Can you change it to use Net::Server::PreFork?

-sam

  • Comment on Re: Connection pooling for a Net::Server application

Replies are listed 'Best First'.
Re^2: Connection pooling for a Net::Server application
by alech (Initiate) on Aug 29, 2008 at 21:47 UTC
    Hi sam,

    I'll have to look into that a bit deeper, it doesn't seem to work out of the box, apparently only the first connection to the socket works and if a second is then opened, it does not seem to respond or so. Might be an option though if I manage to fix the problem.

    Thanks ...
    Alex