Re: Proxy design query

2007-11-12 Thread Vishal_Jain
; >> 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 Proto

Re: Proxy design query

2007-11-12 Thread Mark
f 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()

Re: Proxy design query

2007-11-12 Thread Vishal_Jain
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 tha

Re: Proxy design query

2007-11-12 Thread Mark
s 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:/

Re: Proxy design query

2007-11-12 Thread Vishal_Jain
essages 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 >>

Re: Proxy design query

2007-11-12 Thread Mark
nnector1, 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: >

Proxy design query

2007-11-12 Thread Vishal_Jain
ssion ? 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.