Re: Design queries : moving from blocking server to MINA

2007-01-30 Thread Yogs
Thanks a lot Trustin, for your prompt reply. Things are some what clear now. Regards, Yogesh Trustin Lee wrote: > > Hi Yogs, > > On 1/29/07, Yogs <[EMAIL PROTECTED]> wrote: >> >> I have a blocking java server (No-dispatcher/All workers model). A client >> connecting to this server can have c

Re: Design queries : moving from blocking server to MINA

2007-01-29 Thread Trustin Lee
Hi Yogs, On 1/29/07, Yogs <[EMAIL PROTECTED]> wrote: I have a blocking java server (No-dispatcher/All workers model). A client connecting to this server can have configurable no. of connections. On the server there is a dedicated Serving thread for each connection. The serving thread here acts

Design queries : moving from blocking server to MINA

2007-01-29 Thread Yogs
Hi, I have a blocking java server (No-dispatcher/All workers model). A client connecting to this server can have configurable no. of connections. On the server there is a dedicated Serving thread for each connection. The serving thread here acts as a Socket monitor and runs in a 'read-encode-hand