Hello ALL, How to find out the max connections and max threads in apache server with below configuration
# prefork MPM <IfModule prefork.c> StartServers 8 MinSpareServers 5 MaxSpareServers 20 ServerLimit 256 MaxClients 256 MaxRequestsPerChild 4000 </IfModule> # worker MPM <IfModule worker.c> StartServers 3 MaxClients 200 MinSpareThreads 25 MaxSpareThreads 250 ThreadsPerChild 25 MaxRequestsPerChild 0 </IfModule> Thanks&Regards Rajasekhar -- View this message in context: http://camel.465427.n5.nabble.com/Apache-max-connections-and-threads-tp5775655.html Sent from the Camel - Users mailing list archive at Nabble.com.