Has anyone else been using the newer Webserver?
I have discovered that I get a SIGUSR1 during shutdown and I am not sure if
this is a problem or not...
i am also not sure if it is due to the changes we made to Webserver or
not...it
may just be due to the JNI relationship I have with the JVM...
ashley raiteri

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 21, 2002 10:01 AM
To: [EMAIL PROTECTED]
Subject: cvs commit: xml-rpc/src/java/org/apache/xmlrpc WebServer.java


dlr         02/02/21 10:00:55

  Modified:    src/java/org/apache/xmlrpc WebServer.java
  Log:
  The Runners themselves aren't Thread objects -- they house Thread
  objects based of themselves, however.  Clarified in impl. comment in
  shutdown().
  
  Revision  Changes    Path
  1.7       +1 -1      xml-rpc/src/java/org/apache/xmlrpc/WebServer.java
  
  Index: WebServer.java
  ===================================================================
  RCS file: /home/cvs/xml-rpc/src/java/org/apache/xmlrpc/WebServer.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -u -r1.6 -r1.7
  --- WebServer.java    21 Feb 2002 17:57:14 -0000      1.6
  +++ WebServer.java    21 Feb 2002 18:00:54 -0000      1.7
  @@ -371,7 +371,7 @@
               l.interrupt ();
           }
   
  -        // Shutdown our Runner threads
  +        // Shutdown our Runner-based threads
           if (runners != null)
           {
               ThreadGroup g = runners;
  
  
  

Reply via email to