Re: Tomcat Threads handling user Requests problem

2007-07-03 Thread Mirek Kopriva
ve to solve my problem another way (MDB comes into my mind). Thanks again, Mirek On 7/2/07, Johnny Kewl <[EMAIL PROTECTED]> wrote: - Original Message - From: "Rainer Jung" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, July 02, 2007 8:24 PM Subj

Re: Tomcat Threads handling user Requests problem

2007-07-02 Thread Johnny Kewl
- Original Message - From: "Rainer Jung" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, July 02, 2007 8:24 PM Subject: Re: Tomcat Threads handling user Requests problem Johnny Kewl wrote: Can you believe that, IE only allows 2 files downloaded a

Re: Tomcat Threads handling user Requests problem

2007-07-02 Thread Rainer Jung
Johnny Kewl wrote: Can you believe that, IE only allows 2 files downloaded at the same time, and then you have to dig into the registry get OPERA ;) The 2 connections are a recommendation for well-behaved http clients coming from the http spec in order to keep server load related to one c

Re: Tomcat Threads handling user Requests problem

2007-07-02 Thread Johnny Kewl
t;Tomcat Users List" Sent: Monday, July 02, 2007 7:34 PM Subject: Re: Tomcat Threads handling user Requests problem Can you believe that, IE only allows 2 files downloaded at the same time, and then you have to dig into the registry get OPERA ;) Now that I advertised my favorite browse

Re: Tomcat Threads handling user Requests problem

2007-07-02 Thread Johnny Kewl
Can you believe that, IE only allows 2 files downloaded at the same time, and then you have to dig into the registry get OPERA ;) Now that I advertised my favorite browser I think its working and I have yet another theory ;) Modern browsers dont drop the connection, because establishing a

RE: Tomcat Threads handling user Requests problem

2007-07-02 Thread Caldarale, Charles R
> From: Mirek Kopriva [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat Threads handling user Requests problem > > Now the problem. I can see only 2 Tomcat Threads, handling > all of these request, which as you can imagine can take a while. This is the result of the browser com

Re: Tomcat Threads handling user Requests problem

2007-07-02 Thread David Delbecq
En l'instant précis du 02/07/07 15:55, Mirek Kopriva s'exprimait en ces termes: > > There can be as many as 100 separate requests (not usual but possible) > per a > page load via Ajax. Some of those > requests can take a while because of waiting for another application, I'm > trying to integrate wi