if( usePool ) {
con=(TcpConnection)connectionCache.get();
if( con == null )

I would like to remove this "pool" thing. It is dead code (there's a static final flag to enable it at compile time), so I think it should go.


Rémy


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to