using SimpleIoProcessorPool in multiple acceptors

2007-11-18 Thread steview
Hi, I have a requirement similar to the following A client connects on a well known port and then is issued a directive to another port to connect to (all this is tcp/ip based). This can be a growing list of ports (possibly thousands) - I want to deal with using the 2.0 mina trunk - however, I

Re: using SimpleIoProcessorPool in multiple acceptors

2007-11-18 Thread steview
be the best way to achieve the same thing? regards Steve Trustin Lee wrote: Hi Steve, On Nov 19, 2007 6:15 AM, steview [EMAIL PROTECTED] wrote: Hi, I have a requirement similar to the following A client connects on a well known port and then is issued a directive to another port to connect

Re: using SimpleIoProcessorPool in multiple acceptors

2007-11-18 Thread steview
Steve Trustin Lee wrote: Hi Steve, On Nov 19, 2007 9:40 AM, steview [EMAIL PROTECTED] wrote: Hi Trustin, It appears from the code that set addresses can only be used while the acceptor is not running (e.g as a start up config) - can you confirm if that is correct?. Yes. If there's