Re: cvs commit: xml-rpc/src/java/org/apache/xmlrpc WebServer.java

2002-12-03 Thread Ryan Hoegg
Hi Daniel, Mind if I modify this to use a private log() method that behaves identically? This is just looking forward to standardization of the library on a logging platform. -- Ryan Hoegg ISIS Networks http://www.isisnetworks.net [EMAIL PROTECTED] wrote: try

Re: cvs commit: xml-rpc/src/java/org/apache/xmlrpc WebServer.java

2002-08-12 Thread Jim Redman
I don't think that this is correct. If the only thread is the listener then the server should stay listening and not exit. With the thread set to daemon, if the only remaining thread in the application is the server, the application will exit. If you run the "main" in that class does it exit

RE: cvs commit: xml-rpc/src/java/org/apache/xmlrpc WebServer.java

2002-02-21 Thread EXT-Raiteri, Ashley L
Dan, I didn't see the additional check I did in Runners.run to make sure we don't end up trying to call con.run() on a null Connection. This could happen if a Runner is in run on wait, and gets the interrupt from G.interrupt(); Instead of getting from Runners.handle()'s call to notify (which ins