Re: [MINA3] NIO TCP client

2012-12-30 Thread Emmanuel Lécharny
Le 12/30/12 6:16 PM, Julien Vermillard a écrit : > Yes the timeout doesn't works correctly, I commited the test for Emmanuel. > Looks like NIO async connect doesnt handle timeout like I thought. Yep. As NIO is non-blocking, there is no need for a timeout. That means you can't use the SO_TIMEOUT to

Re: [MINA3] NIO TCP client

2012-12-30 Thread Julien Vermillard
Yes the timeout doesn't works correctly, I commited the test for Emmanuel. Looks like NIO async connect doesnt handle timeout like I thought. Julien Le 30 déc. 2012 17:51, "Alan Cabrera" a écrit : > > On Dec 29, 2012, at 1:14 AM, Julien Vermillard wrote: > > > Hi, > > Just pushed the NioTcpClient

Re: [MINA3] NIO TCP client

2012-12-30 Thread Alan Cabrera
On Dec 29, 2012, at 1:14 AM, Julien Vermillard wrote: > Hi, > Just pushed the NioTcpClient (new name for NioTcpConnector). > It's basically working, I need to finish some stuff like connection timeout. > But if you checkout the code it's very simpler than MINA 2 to dig in. > > I think the next s

Re: [MINA3] NIO TCP client

2012-12-29 Thread Emmanuel Lécharny
Le 12/29/12 10:14 AM, Julien Vermillard a écrit : > Hi, > Just pushed the NioTcpClient (new name for NioTcpConnector). > It's basically working, I need to finish some stuff like connection timeout. > But if you checkout the code it's very simpler than MINA 2 to dig in. > > I think the next step wou

[MINA3] NIO TCP client

2012-12-29 Thread Julien Vermillard
Hi, Just pushed the NioTcpClient (new name for NioTcpConnector). It's basically working, I need to finish some stuff like connection timeout. But if you checkout the code it's very simpler than MINA 2 to dig in. I think the next step would be to test performance with the new test suite, but it wou