Re: reloading perl modules under heavy load

2012-10-04 Thread Perrin Harkins
On Thu, Oct 4, 2012 at 10:36 AM, Jason Aubrey wrote: > Now, we have MaxClients set super high I hope you don't have it set so high that if you hit it you would run out of memory and start swapping... > Also possibly relevant is > kern.ipc.somaxconn which "limits the size of the listen queue for

Re: reloading perl modules under heavy load

2012-10-04 Thread demerphq
On 4 October 2012 16:36, Jason Aubrey wrote: > Thanks all for your replies to my question. > > Because of the nature of our application, we can't really load everything at > start up, but I did some digging and there are clearly some inefficiencies > here and the situation would indeed be improved

Re: reloading perl modules under heavy load

2012-10-04 Thread Jason Aubrey
Thanks all for your replies to my question. Because of the nature of our application, we can't really load everything at start up, but I did some digging and there are clearly some inefficiencies here and the situation would indeed be improved by cleaning these up. However, it does look like it ma