netty5/src
Trustin Lee 3828b3754a Relates issue: NETTY-18 (Performance degradation when Channel.write() is called from outside an I/O thread (NIO transport)
* The bottleneck was too frequent wakeups.  I found that recent NIO implementations don't require wakeups to get / set interestOps.
2008-08-19 13:21:22 +00:00
..
assembly Added COPYRIGHT.* to the assembly 2008-08-08 01:48:10 +00:00
main/java/org/jboss/netty Relates issue: NETTY-18 (Performance degradation when Channel.write() is called from outside an I/O thread (NIO transport) 2008-08-19 13:21:22 +00:00
site * Updated all license headers 2008-08-08 01:27:24 +00:00
test/java/org/jboss/netty More test cases for Bootstrap 2008-08-18 03:01:24 +00:00