in reply to Re^2: Connection pooling for a Net::Server application
in thread Connection pooling for a Net::Server application

Even if your users are on fast LAN, if you're serving images from mod_perl, you're running a lot more mod_perl processes than you need to be. You might be able to cut the number of connections to your server from mod_perl in half or more just by reducing the number of mod_perl processes running with a reverse proxy.
  • Comment on Re^3: Connection pooling for a Net::Server application