Hi!

I want to implement a daemon thread that is still alive after the
program exits. Is that possible? I was told that when only daemon
threads remain in a program, JVM exits. Does that mean the daemon
threads also exit?

I want to use a daemon thread to do some background control, for
example, if a servlet session has idled for 20 minutes, the daemon
thread will invalidate this session.

Can anyone help?

Thanks!

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to