Hi All,

Am implementing a proxy like system that has 2 connectors (taking on one end
and transferring onto the other).
what i basically do in the MessageReceived routine of connector1 is call the
IoSession.write of connector2 and that in turn invokes the ProtocolDecoder
(yes am using a Protocol filter on both connectors). If am expected to
handle lot of messages on connector1, would a straightforward
IoSesssion.write() be sufficient or its better to have a Queue that would
have all the incoming requests and then i read the requests on a separate
thread and call connector2's IoSession ?

vishal
-- 
View this message in context: 
http://www.nabble.com/Proxy-design-query-tf4789817s16868.html#a13702157
Sent from the Apache MINA Support Forum mailing list archive at Nabble.com.

Reply via email to