You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-dev@ws.apache.org by "EXT-Raiteri, Ashley L" <as...@boeing.com> on 2002/02/25 16:36:08 UTC

Webserver THreading

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: dlr@apache.org [mailto:dlr@apache.org]
Sent: Thursday, February 21, 2002 10:01 AM
To: xml-rpc-cvs@apache.org
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;
  
  
  

Re: Webserver THreading

Posted by Daniel Rall <dl...@finemaltcoding.com>.
"EXT-Raiteri, Ashley L" <as...@boeing.com> writes:

> 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...

Likely the latter, but please let us know if you come across any solid
information which indicates otherwise.

Re: Webserver THreading

Posted by Daniel Rall <dl...@finemaltcoding.com>.
"EXT-Raiteri, Ashley L" <as...@boeing.com> writes:

> 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...

Likely the latter, but please let us know if you come across any solid
information which indicates otherwise.