2 03:22
> > >>To: [EMAIL PROTECTED]
> > >>Subject: Re: servlet implementing SingleThreadModel
> > >>
> > >>That's is the idea, block the servlet so when call with another
> > >>browser instance force to execute a new thread
> >
t should behave like 3.2.1
> >on linux
> >
> >>-Original Message-
> >>From: Patricio Vera S. [SMTP:[EMAIL PROTECTED]]
> >>Sent: 10 December 2002 03:22
> >>To: [EMAIL PROTECTED]
> >>Subject: Re: servlet implementing SingleThr
ms to be incorrect - it should behave like 3.2.1 on
linux
-Original Message-
From: Patricio Vera S. [SMTP:[EMAIL PROTECTED]]
Sent: 10 December 2002 03:22
To: [EMAIL PROTECTED]
Subject: Re: servlet implementing SingleThreadModel
That's is the idea, block the servlet so
From: "Heiko Glessmann" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, December 10, 2002 12:02 PM
> Subject: Re: Fw: servlet implementing SingleThreadModel
>
>
> > Reading through the Servlet specs I think this is left up to
thanks for your help, i'm try to check out the SingleThreadModel in my
servlets.
Saludos,
Patricio Vera S.
- Original Message -
From: "Heiko Glessmann" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 10, 2002 12:02 PM
Subject: R
Reading through the Servlet specs I think this is left up to the container to decide.
The specs encourage containers to pool SingleThreadServlet instances so that multiple
requests can be handled in parallel using multiple servlet instances, but the specs do
not require this. Also Tomcat 4 imple
IL PROTECTED]>
Sent: Tuesday, December 10, 2002 8:47 AM
Subject: Re: servlet implementing SingleThreadModel
> The servlet is blocked with one thread inside it. When you make the call
> with another browser window it starts NEW SECOND thread. This thread is
NOT
> LET INTO the se
- it should behave like 3.2.1 on
linux
> -Original Message-
> From: Patricio Vera S. [SMTP:[EMAIL PROTECTED]]
> Sent: 10 December 2002 03:22
> To: [EMAIL PROTECTED]
> Subject: Re: servlet implementing SingleThreadModel
>
> That's is the idea, block the
t; <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 10, 2002 3:10 AM
Subject: Re: servlet implementing SingleThreadModel
> if (sOpcion.equals("SS")) {
> > > while ( true )
> > > ;
> > > }
> What does this cod
ementation seems like it might be incorrect, but
I suspect that it is setup differently, perhaps with a very short timeout.
Cheers
Adrian
> -Original Message-
> From: Patricio Vera S. [SMTP:[EMAIL PROTECTED]]
> Sent: 09 December 2002 11:16
> To: [EMAIL PROTECTED]
> Subject:
but
I suspect that it is setup differently, perhaps with a very short timeout.
Cheers
Adrian
> -Original Message-
> From: Patricio Vera S. [SMTP:[EMAIL PROTECTED]]
> Sent: 09 December 2002 11:16
> To: [EMAIL PROTECTED]
> Subject: Fw: servlet implementing SingleThread
Hello,
I tried to understand the implementation of SingleThreadModel on
Jakarta-Tomcat servlet engine.
The idea is run one instance of the servlet with the "opcion" parameter
= SS so the servlet run in a cycle for ever and then call in a new window
the same servlet with the "opc
12 matches
Mail list logo