RE: Number of running threads

2005-06-03 Thread neil.shadrach
Caldarale, Charles R [mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Why only two rather than maxThreads? How many separate clients are you using to test this with? Browsers typically honor the HTTP RFC recommendation of no more that two concurrent requests to a given

Number of running threads

2005-06-02 Thread neil.shadrach
Having got nowhere with my previous query ( Consecutive threads ) I've tried to create a much simpler example. I modified the Hello World servlet to introduce a delay of around a minute ( by adding a count loop ). I also made a copy of it as another servlet. I then made about 12 calls to the two

RE: Consecutive threads

2005-05-27 Thread neil.shadrach
Kenneth Jensen: On 4/21/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: If I run a long query, followed by a series of short queries ( different browsers/pcs ) then the latter all wait for the long query to return rather than completing first as I expected. A quick guess would be that your

Consecutive threads

2005-04-21 Thread neil.shadrach
Tomcat running stand-alone pretty much out-of-the box. I have a servlet which initially presents a form to users. When the form is submitted it runs one of a number of possible queries on an Oracle database. Some queries return immediately while others take up to 20 minutes to run. The servlet