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