The same place (line 445) takes a long to instantiate the class for the echoclient too.
Loading class io.netty.channel.socket.nio.NioSocketChannel
Why could it possible take so long?
It does eventually run and communicate.
Using JDK 1.7 latest update
Netty netty-4.1.0.Beta3
The following takes quite a few seconds to instantiatie class io.netty.channel.socket.nio.NioServerSocketChannel
The same place (line 445) takes a long to instantiate the class for the echoclient too. Loading class io.netty.channel.socket.nio.NioSocketChannel Why could it possible take so long? It does eventually run and communicate.
Using JDK 1.7 latest update Netty netty-4.1.0.Beta3
-chhil