Re: [MINA3] Writting messages directly : some pb

2013-01-07 Thread Chad Beaulac
If you don't push the data onto a queue and wait for the selector to fire, you could be trying to write data to a socket that is congestion controlled, which you shouldn't do. The writer should wait for the selector to fire saying the socket is writable before trying to write. Chad Beaulac

[jira] [Resolved] (SSHD-199) Support binding SSHd to multiple addresses

2013-01-07 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-199. -- Resolution: Fixed Fix Version/s: 0.9.0 Assignee: Guillaume Nodet Committing to

[jira] [Commented] (SSHD-196) Allow passwords to be changed when the server is forcing a password change

2013-01-07 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13545972#comment-13545972 ] Guillaume Nodet commented on SSHD-196: -- A few comments on the patch: * there are

[jira] [Resolved] (SSHD-195) Display a Welcome Banner after a user connects

2013-01-07 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-195. -- Resolution: Fixed Assignee: Guillaume Nodet Committing to

[jira] [Commented] (SSHD-200) Provide an easy way to alter the path environment variable for the server

2013-01-07 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13545996#comment-13545996 ] Guillaume Nodet commented on SSHD-200: -- I'm not completely clear about what you want to

Re: [VOTE] GIT migration

2013-01-07 Thread Guillaume Nodet
Sorry, was on vacation and missed that vote, but +1 anyway :-) On Fri, Jan 4, 2013 at 2:15 PM, Julien Vermillard jvermill...@gmail.comwrote: Result : 5 * +1 votes, no -1 nor 0 I'll push the request to the infra guys. Julien -- Guillaume Nodet

Re: [MINA3] Writting messages directly : some pb

2013-01-07 Thread Emmanuel Lécharny
Le 1/7/13 2:19 PM, Chad Beaulac a écrit : If you don't push the data onto a queue and wait for the selector to fire, you could be trying to write data to a socket that is congestion controlled, which you shouldn't do. The writer should wait for the selector to fire saying the socket is

Re: [MINA3] Writting messages directly : some pb

2013-01-07 Thread Chad Beaulac
On Jan 7, 2013, at 11:58 AM, Emmanuel Lécharny wrote: Le 1/7/13 2:19 PM, Chad Beaulac a écrit : If you don't push the data onto a queue and wait for the selector to fire, you could be trying to write data to a socket that is congestion controlled, which you shouldn't do. The writer should