exception during cleanup
Trustin Lee
tlee at redhat.com
Wed Dec 17 04:08:43 EST 2008
Hi,
Sorry for the late reply; somewhat distracted by various things.
On Fri, Dec 12, 2008 at 01:20:25AM +0900, jdv145 wrote:
> First some preliminary results of my usage of netty. I'm using it for a
> server to host a boardgave made with flash. It's working way better then
> expected and the only problems i have are pretty much only with flash. From
> a developer's perspective java is way way better then flash. This also means
> netty is working pretty much flawlessly. I will give a more elaborate
> report (with some problems i faced which might be handy for the noobs), but
> only after the game goes live (for now the game has pretty much only run in
> a test environment with 10 ppl at most and artificial load generation). You
> did a real good job. A lot of people which will be playing my game are
> thankful for it ;). Im glad i made the jump from mina to netty, mina is
> okay.. but i like netty better :).
Thank you very much for your ongoing feed back, and please keep us
updated so that we can improve Netty on and on!
> Anyway, i just got an exception. It doesn't happpen often and I cant seem to
> reproduce it (but i didn't really tried it either). Did i something wrong or
> is there a bug in netty? If you need a stackdump you have to help me a
> little cause i haven't made one ever :P.
ClosedChannelException is thrown when:
* you attempted to write a message to a closed channel
* you wrote a message to an open channel, but the channel was closed
before the message is written out
If you attempted to write a message to a closed channel, then your code
might have some timing issue. Otherwise, it's the case where the
connection was closed unexpectedly (e.g. remote peer closed the connection
without agreement.)
HTH,
--
Trustin Lee, Principal Software Engineer, JBoss, a division of Red Hat
--
what we call human nature in actuality is human habit
--
http://gleamynode.net/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
Url : http://lists.jboss.org/pipermail/netty-dev/attachments/20081217/6a6d049f/attachment.bin
More information about the netty-dev
mailing list