Re: how to see /server-status when at MaxClients?

2002-05-11 Thread Andrew McNaughton
On Fri, 10 May 2002, John E. Leon Guerrero wrote: Date: Fri, 10 May 2002 16:54:47 -0700 From: John E. Leon Guerrero [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: how to see /server-status when at MaxClients? if a job hangs (due to database locking for instance), then a mod_perl child

how to see /server-status when at MaxClients?

2002-05-10 Thread John E. Leon Guerrero
if a job hangs (due to database locking for instance), then a mod_perl child will hang as well (absent some additional watchdog-type program.) if enough jobs hang to the point that we hit MaxClients, then it is too late to use /server-status to see what jobs hung. does anyone have a quick way

Re: how to see /server-status when at MaxClients?

2002-05-10 Thread Stas Bekman
John E. Leon Guerrero wrote: if a job hangs (due to database locking for instance), then a mod_perl child will hang as well (absent some additional watchdog-type program.) if enough jobs hang to the point that we hit MaxClients, then it is too late to use /server-status to see what jobs