Re: multiple, parallel requests

2006-06-06 Thread Steffen Späthe
Hello Antonio Petrelli, thank you very much. Now my world is right again. I tried multiple request from one firefox-instance in multiple tabs. And this doesn´t work - as you described it. Now I retried it with on firefox and on internet explorer instance. And it worked as expected. I thought,

Re: multiple, parallel requests

2006-06-06 Thread Antonio Petrelli
Steffen Späthe ha scritto: In my understanding should an other thread been started with the service-methode, if the first thread is sill running and a new request comes in. If this isn´t correct, please correct me. Not always. If you are using HTTP 1.1 persistent connections and you are tryin

Re: multiple, parallel requests

2006-06-06 Thread Steffen Späthe
> Maybe you should paste your "simple HttpServlet" code ? No Problem. Note, there is a "service"-methode in this sample-code. It is just for debugging and testing. There is no difference between behavior with or without this "service"-methode. Okay, here is my simple HttpServlet (it is really

Re: multiple, parallel requests

2006-06-06 Thread Leon Rosenberg
Maybe you should paste your "simple HttpServlet" code ? regards Leon On 6/6/06, Steffen Späthe <[EMAIL PROTECTED]> wrote: Hello, first of all I am new at this mailing-list and would be very glad if subscribers of this list could help me. As far as I understand the life cycle of a servlet in a

multiple, parallel requests

2006-06-06 Thread Steffen Späthe
Hello, first of all I am new at this mailing-list and would be very glad if subscribers of this list could help me. As far as I understand the life cycle of a servlet in a tomcat-servlet-container, one instance of a servlet is created and when a request comes in, a thread is started with the