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 { Socket socket = serverSocket.accept(); + try + { + socket.setTcpNoDelay(true); + } + catch (SocketException socketOptEx) + { + System.err.println(socketOptEx); + } + if (allowConnection(socket)) { Runner runner = getRunner();