Re: Multi-threaded servlet environment - Mailing list pgsql-jdbc

From David Wall
Subject Re: Multi-threaded servlet environment
Date
Msg-id 01ac01c3cefd$e71c1190$3201a8c0@rasta
Whole thread Raw
In response to Multi-threaded servlet environment  ("David Wall" <d.wall@computer.org>)
Responses Re: Multi-threaded servlet environment  (Nic Ferrier <nferrier@tapsellferrier.co.uk>)
List pgsql-jdbc
FYI since I posted this to the wrong list you might be interested in this
answer.  It does call into question whether using threads is really going to
be a problem or whether user-created threads will be allowed.  It does seem
silly to say we can't use threads since all background processing requires
it, and nothing but the most trivial of web sites would have no background
processing needs.

Nic, how does this jive with your statement that the specs don't say
anything like this?  Are we misunderstanding what is implied here?

Thanks,
David

----- Original Message -----
From: "Tim Funk" <funkman@joedog.org>
To: "Tomcat Users List" <tomcat-user@jakarta.apache.org>
Sent: Tuesday, December 30, 2003 9:32 AM
Subject: Re: Threaded servlets okay in a compliant container?


> Also ... (From 2.3 spec)
>
> In SRV.1.2 What is a Servlet Container?
> ... "For example, high-end application servers may limit the creation of a
> Thread object, to insure that other components of the container are not
> negatively impacted."
>
> SRV.9.11 Web Application Environment
> ... "Such servlet containers should support this behavior when performed
on
> threads created by the developer, but are not currently required to do so.
> Such a requirement will be added in the next version of this
specification.
> Developers are cautioned that depending on this capability for
> application-created threads is nonportable."
>
> -Tim


pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: Multi-threaded servlet environment
Next
From: Jan de Visser
Date:
Subject: Re: Multi-threaded servlet environment