Re: NioSocketAcceptor grabbing a number of ports when instantiated

2019-05-17 Thread Jonathan Valliere
MINA only allocates ports the application tells it to. Nothing is automatic. On Fri, May 17, 2019 at 10:23 AM Emmanuel Lécharny wrote: > > On 17/05/2019 16:04, Phil Hudson wrote: > > > > Hi All, > > > > I have 2 questions about the way NioSocketAcceptor allocates and uses > > ports. > > > >

Re: NioSocketAcceptor grabbing a number of ports when instantiated

2019-05-17 Thread Emmanuel Lécharny
On 17/05/2019 16:04, Phil Hudson wrote: Hi All, I have 2 questions about the way NioSocketAcceptor allocates and uses ports. Background We are using a 3^rd party product (QuickFix/J) for client/server communication, which in turn uses MINA for network communication.  For server side

NioSocketAcceptor grabbing a number of ports when instantiated

2019-05-17 Thread Phil Hudson
Hi All, I have 2 questions about the way NioSocketAcceptor allocates and uses ports. Background We are using a 3rd party product (QuickFix/J) for client/server communication, which in turn uses MINA for network communication. For server side communication, QuickFix/J is instantiating a