Re: [CentOS] how to check the number of thread on apache server

2010-08-22 Thread Chuck Munro
> Subject: Re: [CentOS] how to check the number of thread on apache > server > To: CentOS mailing list > Message-ID: > > Content-Type: text/plain; charset=ISO-8859-1 > > On Fri, Aug 20, 2010 at 7:02 PM, Kwan Lowe wrote: > >> On Fri, Aug 20

Re: [CentOS] how to check the number of thread on apache server

2010-08-22 Thread Matt Keating
On Fri, Aug 20, 2010 at 7:02 PM, Kwan Lowe wrote: > On Fri, Aug 20, 2010 at 1:57 PM, Agnello George > wrote: >> how to check the number of thread  on my   Apache server  ,  is there a >> specific command , and how do i increase these threads .. >> If you are talking about worker threads. Turn on

Re: [CentOS] how to check the number of thread on apache server

2010-08-20 Thread Kwan Lowe
On Fri, Aug 20, 2010 at 1:57 PM, Agnello George wrote: > how to check the number of thread  on my   Apache server  ,  is there a > specific command , and how do i increase these threads .. > Are you talking about listener threads? If so, check httpd.conf in the StartServers stanza. I __