[netty-users] write() method on channels ordered?
Cuper
fcinter at gmail.com
Fri Nov 14 09:28:46 EST 2008
I was also confused about how to use netty in my client app. I didn't know
the best way to write message outside I/O thread. Is Channel.write()
guaranteed to be thread-safe and can be used in other threads directly? Or
should I maintain my own send queue and invoke the write process in
channelInterestChanged?
--
View this message in context: http://n2.nabble.com/write%28%29-method-on-channels-ordered--tp1476144p1498634.html
Sent from the Netty User Group mailing list archive at Nabble.com.
More information about the netty-users
mailing list