Well, we figured it out. The USB bus on the motherboard of the WS was failing, and Linux was writing a ridiculous amount of error messages to the log, which crippled hard drive IO. Go figure.
On Jan 15, 9:01 pm, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > On 15-Jan-07, at 10:23 PM, Joe wrote: > > > > > <IfModule prefork.c> > > StartServers 8 > > MinSpareServers 5 > > MaxSpareServers 20 > > MaxClients 75 > > MaxRequestsPerChild 1024 > > </IfModule> > > > <IfModule worker.c> > > StartServers 2 > > MaxClients 800 > > MinSpareThreads 25 > > MaxSpareThreads 75 > > ThreadsPerChild 25 > > MaxRequestsPerChild 0 > > </IfModule>make MaxRequestsPerChild like 10 - and then adjust the other > > numbers > accordingly. Max clients should be 20 at the most > > -- > > regards > kghttp://lawgon.livejournal.comhttp://nrcfosshelpline.in/web/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

