When I shut down Apache, and my servlet is idle, the destroy() method of the servlet is called, allowing a little cleanup to be done. When the servlet is not idle (in particular, running a long database query), the destroy method is not called! This is unfortunate, because the one thing I really need to do at shutdown time is nicely stop any running database queries. Is there any way to make this work? Thanks, Steve Using: Solaris 2.6 jdk 1.2beta4 Apache 1.2.6 Apache JServ 0.9.11 Apache JServ 1.0b3 (same results with either JServ) JNI connection to the database (no JDBC available for it...) ==================================================================== Steve Ryan http://www.numeriex.com/~ryan/ Accrue Software, Inc. http://www.accrue.com/ ---------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html/> Problems?: [EMAIL PROTECTED]
