Thanks for Mina. It is a great project.
After I am trying out the Mina, I had some questions.
1) If the server session.write() a message, however client network is really
SLOW. Will mina keep trying to send
out the message until timeout?(I guess session.settimeout() is applied
here). If so, how IoHandler get notified from this
event message? (Through exceptionCaught, close session?). Why NOT
accumulated writeQueue size > user defined size and exception?
2) If the server wants to send the same message to all 1000 sessions, should
I encode the same message 1000 times
in the encoder extend the messageEncoder? If so, that kinda affects the
performance.
3) In Mina web document, source code 1.1.x->main
the "WORK" class link under org.apache.mina.transport.socket.nio is wrong.

Finally, thanks Trustin.

Reply via email to