Charles... in his defense (though I'm not saying he shouldn't understand
the spec), this actually stems from a series of misunderstandings,
mostly brought on by "poser" authors, "grad and teach" college
"professors", and instructors who regurgitate slides rather than
actually knowing anything.  Many a programmer has been told that
spawning your own threads cannot or should not be done in the JEE space,
when what they really mean to convey is that programmers should not try
to handle request concurrency through their own threading mechanism...
because the container already does so. 

-----Original Message-----
From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] 
Sent: Monday, August 23, 2010 10:02 AM
To: Tomcat Users List
Subject: RE: How to spwan child processes.

> From: Wesley Acheson [mailto:wesley.ache...@gmail.com]
> Subject: Re: How to spwan child processes.
> 
> Thats my point I thought new Thread() was something I couldn't 
> do (by JEE specs)

I'm curious - where in any of the Java EE specs did you come across
that?

> Questions:
> 1 Should this be delegated to the container?

Is such a capability even hinted at in the servlet spec?  If no, then
it's a bit difficult to delegate.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to