"David M. Holmes" wrote:
> 
> Is there a way to spawn a thread from a JSP that will live after the page goes out 
>of scope?

There is nothing magic about a JSP servlet - you can certainly 
create objects and start Threads that will continue after 
the response has been sent. 

-- 
WBB - [EMAIL PROTECTED]
Java Cert mock exams http://www.lanw.com/java/javacert/
Author of Java Developer's Guide to Servlets and JSP 
ISBN 0-7821-2809-2

Reply via email to