Re: Tomcat Concurrency

2013-07-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vicky, On 7/17/13 1:39 AM, vicky b wrote: > Just out of curiosity can you please let me know if there are 10 > clients who access 10 different browsers and make request at the > same time what is the expected output If they really all make requests

Re: Tomcat Concurrency

2013-07-16 Thread vicky b
HI All, Just out of curiosity can you please let me know if there are 10 clients who access 10 different browsers and make request at the same time what is the expected output On Tue, Jul 16, 2013 at 10:14 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED M

Re: Tomcat Concurrency

2013-07-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Konstantin, On 7/15/13 6:38 PM, Konstantin Kolinko wrote: > 2013/7/16 Mark Haroldson : >> Hello; >> >> >> >> I am running a tomcat 6 webapp using Jersey and I am running into >> a concurrency issue. When there are multiple concurrent >> connectio

RE: Tomcat Concurrency

2013-07-15 Thread Mark Haroldson
wo. Thanks for the response Mark -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Monday, July 15, 2013 3:39 PM To: Tomcat Users List Subject: Re: Tomcat Concurrency 2013/7/16 Mark Haroldson : > Hello; > > > > I am running a tomcat 6 webapp

Re: Tomcat Concurrency

2013-07-15 Thread verlag.preis...@t-online.de
Hi, -Original-Nachricht- > Von: Mark Haroldson > An: > Example: > > Given the following servlet; > > > > Servlet() > > { > > Output("Start thread"); > > Thread.sleep(2); > > Output("End thread") > > } > > > > I would expect the following output > > > > Start Thread >

Re: Tomcat Concurrency

2013-07-15 Thread Konstantin Kolinko
2013/7/16 Mark Haroldson : > Hello; > > > > I am running a tomcat 6 webapp using Jersey and I am running into a > concurrency issue. When there are multiple concurrent connections to tomcat > only one or two are processed concurrently. I have increased the maxThreads > on the connector and now can