Operation not permitted SocketException

2008-11-06 Thread Rob Scales
I am new to MINA, and have not been able to sort out an issue that I have encountered by reading the documentation or FAQ. My application is a UDP based server process, using a NioDatagramAcceptor, which maintains some information about all clients on the network. Anytime that a client

Re: Operation not permitted SocketException

2008-11-06 Thread Emmanuel Lecharny
Rob Scales wrote: I am new to MINA, and have not been able to sort out an issue that I have encountered by reading the documentation or FAQ. Hi Rob, I see that you are posting for the second time, because you didn't get any response. It seems that there are not that much peeps out there

Re: Operation not permitted SocketException

2008-11-06 Thread Rob Scales
First thanks for the responses Barrie and Emmanuel. The UDP session recycler sounds very interesting, and I will have a quick go at this first to see if it addresses the issue. I am trying not to get to excited about it yet, but it sure seems to fit the behavior that I have been seeing. I