Simplifying Netty application shutdown
Stuart Sierra
the.stuart.sierra at gmail.com
Mon Jan 31 20:29:41 EST 2011
On Mon, Jan 31, 2011 at 3:26 AM, "이희승 (Trustin Lee)" <trustin at gmail.com> wrote:
> Another change I want to make is to make an I/O thread call
> Channel.close() on all open channels when the ExecutorService it is
> running on is terminating.
Understanding how to correctly track and close all channels in a
server was one of my stumbling blocks with Netty, so simplifying this
area would be a welcome change.
-Stuart
More information about the netty-users
mailing list