I understand how it will work with acceptors and binding to different interface - I would like to know if someone has done it with MINA before and could share their experience. To handle more than 65k+ concurrent tcp clients (16 bit port range) - I will need such a setup. If there are any bench marks for this that would be great.
On Thu, Nov 28, 2013 at 1:44 PM, Jeff MAURY <[email protected]> wrote: > That's more a java/socket problem. > > You should use 0.0.0.0 as the binding address > > Jeff > > — > Sent from Mailbox for iPhone > > On Thu, Nov 28, 2013 at 4:50 AM, Dhruv Chopra <[email protected]> > wrote: > > > Hi, > > I wanted to know if MINA supports binding to multiple IP interfaces? So > if > > my machine has 2 IP addresses (A and B) - can I make a single MINA > process > > bind to both? It seems to me it should be possible by just creating a > > second NioSocketAcceptor object, binding it to the second local IP > address > > and setting the handler as usual. Just wanted to know if there are any > > gotchas and if someone has tried this before. > > Thanks, > > Dhruv
