Re: decrease idle threads in the pool faster...

2003-07-02 Thread Ronald Klop
Carlos Rodríguez Colino wrote: Hi all... I have just installed Tomcat 4.1 on a Solaris box and I have realized a surprising effect: Thread pool creates new threads quickly when a request burst arrives, but the freeing when they become idle is very slow (besides, the computer is almost

Re: decrease idle threads in the pool faster...

2003-07-02 Thread Minimalist Manager
ERROR: There is no such list IDLE here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To unsubscribe,

decrease idle threads in the pool faster... (II)

2003-06-30 Thread Carlos Rodríguez Colino
Hi everybody I have been searching previous mails about killing idle threads, and I found lots of them describing the same problem (lots of requests carry out new threads that never are released, so, in a long-term, max number of proccesses is reached and Tomcat stops). Some

Re: decrease idle threads in the pool faster... (II)

2003-06-30 Thread Bill Barker
- Original Message - From: Carlos Rodríguez Colino [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 30, 2003 1:21 AM Subject: decrease idle threads in the pool faster... (II) Hi everybody I have been searching previous mails about killing idle threads, and I found lots

decrease idle threads in the pool faster...

2003-06-26 Thread Carlos Rodríguez Colino
Hi all... I have just installed Tomcat 4.1 on a Solaris box and I have realized a surprising effect: Thread pool creates new threads quickly when a request burst arrives, but the freeing when they become idle is very slow (besides, the computer is almost full cpu loaded). Due to