Re: Forking high loaded servlet

2003-07-07 Thread Rodrigo Ruiz
Ruiz - Original Message - From: Peter Lin [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, July 04, 2003 5:31 PM Subject: Re: Forking high loaded servlet I haven't followed this thread too closely, but what kind of concurrent requests you looking at? i ask

RE : Forking high loaded servlet

2003-07-07 Thread Diego Castillo
requirement for a multithreaded servlet. Regards, Diego -Message d'origine- De : Rodrigo Ruiz [mailto:[EMAIL PROTECTED] Envoyé : lundi 7 juillet 2003 11:53 À : Tomcat Users List Objet : Re: Forking high loaded servlet Depending on the kind of request you are trying to accelerate, you could

Re: Forking high loaded servlet

2003-07-04 Thread Sergio Juan
- Original Message - From: Diego Castillo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 04, 2003 3:05 PM Subject: Forking high loaded servlet Hi all, I have a servlet that receives a heavy load. I would like to process multiple requests in parallel in order to increase

Re: Forking high loaded servlet

2003-07-04 Thread Antonio Fiol Bonnín
I completely agree with Sergio, but do not forget about code optimization, query optimization, database index optimization, ... It is difficult to say where your bottleneck is but, in most cases I have seen, correcting an SQL query which is not doing the exact right thing or adding a few

Re: Forking high loaded servlet

2003-07-04 Thread Peter Lin
I haven't followed this thread too closely, but what kind of concurrent requests you looking at? i ask this because the number of concurrent threads in most cases is the result of hardware limitations. if you want to double the concurrent requests, get more cpu and multiple gigabit