Re: Servlet Concurrency problem

2008-04-10 Thread davilovick
4 request, only 2 is running at the same >> time, >> and when the first finiched, the third request is proccesed.. >> >> ¿How can I solv this problem? >> >> PD: Sorry, im Spanish, and my English is not well. >> > > > -------

Re: Servlet Concurrency problem

2008-04-09 Thread Mikolaj Rydzewski
David Smith wrote: I'm guessing these requests are from the same browser. The browser limits the number of connections it makes to the server to 2. If you really need more, google for hacks to the browser to allow more. Or use wget, ab, jmeter, etc. -- Mikolaj Rydzewski <[EMAIL PROTECTED]>

Re: Servlet Concurrency problem

2008-04-09 Thread David Smith
I'm guessing these requests are from the same browser. The browser limits the number of connections it makes to the server to 2. If you really need more, google for hacks to the browser to allow more. --David davilovick wrote: Hi, we are trying to develop a servlet, but ive encountered some

Servlet Concurrency problem

2008-04-09 Thread davilovick
ld!" In our tests, when i launch 4 request, only 2 is running at the same time, and when the first finiched, the third request is proccesed.. ¿How can I solv this problem? PD: Sorry, im Spanish, and my English is not well. -- View this message in context: http://www.nabble.com/Servlet-Concurren