The following reply was made to PR mod_jserv/5755; it has been noted by GNATS.

From: Vladislav Malyshkin <[EMAIL PROTECTED]>
To: Ed Korthof <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Cc:  
Subject: Re: mod_jserv/5755: mod_jserv and httpd -HUP restarting problem
Date: Tue, 15 Feb 2000 13:31:07 -0500

 Last message, just fyi.
 The wrapper process of jserv is not hooked up to apache cleanup standard 
routines.
 The method  jserv_child_init is never called for wrapper process.
 This method is called only by regular httpd processes, not by wrapper process.
 This is a log (I added more prints to jserv c code)
 the httpd root owned process has pid=20041, wrapper process pid=2042,
 As you see from the log below wrapper process currently is not a subject to 
standard apache cleanup.
 Should it be added to that?
 Vladislav
 
 JSERV_INIT called mod_jserv.c 1266 PID=20039
  JSERV_EXIT CALLED mod_jserv.c 1223
 WRAPPER_CLEANUP CALLED WRAPPER_CLEANUP CALLED WRAPPER DATA !=NULL 1[Tue Feb 15 
13:03:31 2000] [info] JServ: WRAPPER_DESTROY CALLED WRAPPER PID=20040
 [Tue Feb 15 13:03:31 2000] [info] JServ: Apache Module was cleaned-up
 JSERV_INIT called mod_jserv.c 1266 PID=20041
 [Tue Feb 15 13:03:31 2000] [notice] Digest: generating secret for digest 
authentication ...
 [Tue Feb 15 13:03:31 2000] [notice] Digest: done
 [Tue Feb 15 13:03:31 2000] [info] created shared memory segment #12417
 [Tue Feb 15 13:03:31 2000] [notice] Apache/1.3.11 (Unix) ApacheJServ/1.1 
configured -- resuming normal operations
 [Tue Feb 15 13:03:31 2000] [info] Server built: Feb 15 2000 13:03:25
 JSERV_CHILD_INIT called mod_jserv.c 1305 PID=20043
 JSERV_CHILD_INIT called mod_jserv.c 1305 PID=20044
 JSERV_CHILD_INIT called mod_jserv.c 1305 PID=20045
 JSERV_CHILD_INIT called mod_jserv.c 1305 PID=20046
 JSERV_CHILD_INIT called mod_jserv.c 1305 PID=20047
 [Tue Feb 15 13:03:34 2000] [info] JServ: wrapper classpath: 
/home/apache/installation/libexec/ApacheJServ.jar:/home/apache/sources/JSDK2.0/lib/jsdk.jar:/home/apache/sources/mm.mysql.jdbc/mysql_uncomp.jar
 [Tue Feb 15 13:03:34 2000] [info] JServ: wrapper: Java VM spawned (PID=20048, 
PPID=20042)
 [Tue Feb 15 13:03:44 2000] [info] JServ: wrapper: watching processes 
(PID=20042,PPID=20041,JVM PID=20048)
 

Reply via email to