On Jun 29, 2006, at 6:47 PM, Joao wrote:
        I am new to MINA, though I've used ACE and other
         architectures.

I have a Reactor class that can accept connection for more than one port and redirect to a single handle. Now, I moved everything to MINA cause I cant duplicate all this good code in a short period of time.

      Can I use a SocketAcceptor, or DatagramAcceptor to wait on more
      than one port?

Yup, just call bind() multiple times, and pass in the same IoHandler instance.

-pete


--
[EMAIL PROTECTED] - http://fotap.org/~osi



Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to