-----Original Message-----
From: Martynas Jusevicius
But is creating threads directly from servlets considered a
normal/safe practice?
Some sources on asynchronous servlets I've been reading through
suggest that it is bad (or J2EE non-compliant) design, and provide
more complex solutions, involving JMS for example, like here:
http://www.javaranch.com/journal/2004/03/AsynchronousProcessingFromServlets.html
So I'm confused regarding the implementation of the job queue itself.
A simple thread has worked for me, but JMS is more advanced.
I'd go the JMS way now.
--
Michael Ludwig
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--