Netty Server Shutdown

B.L. Zeebub roger.varley at googlemail.com
Mon Mar 1 05:31:52 EST 2010


Hi

Which events should I be capturing at my Netty client to detect

a) An orderly shutdown of the Netty server - I'm guessing ChannelClosed()?

b) Sudden and unexpected death of the Netty server? The problem here is that
I'm implementing a comet-like binary protocol. The client connects to the
server and waits for a server response to initiate processing. If the server
dies before sending a response, is there anyway for the client to be able to
detect this or am I going to have to implement some sort of pollling? 

Regards
-- 
View this message in context: http://n2.nabble.com/Netty-Server-Shutdown-tp4653435p4653435.html
Sent from the Netty User Group mailing list archive at Nabble.com.


More information about the netty-users mailing list