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
dont think it will change, but you just going to be happier anyway ;) - Original Message - From: "Mirek Kopriva" <[EMAIL PROTECTED]> To: Sent: Monday, July 02, 2007 3:55 PM Subject: Tomcat Threads handling user Requests problem Dear All, I have a problem when

RE: [OT] Tomcat Threads handling user Requests problem

2007-07-02 Thread Caldarale, Charles R
> From: Caldarale, Charles R > Subject: RE: Tomcat Threads handling user Requests problem > > There is a registry setting you can tweak in Windows to let > IE6/7 open more than 2 at a time; there's probably something > equivalent in Firefox, but I don't know what it

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

Tomcat Threads handling user Requests problem

2007-07-02 Thread Mirek Kopriva
Dear All, I have a problem when too few (only 2) Tomcat's threads is handling my requests. First a little background on what I'm trying to do: I have an web application, which loads a page. On loading the page there are Ajax script calls (DWR framework), requesting more data from the tomcat to be