Re: GIT ?

2013-01-09 Thread Alan Cabrera
Yes, wondering where that went too. Regards, Alan On Jan 2, 2013, at 4:38 AM, Ashish wrote: > just curious, we have a sandbox folder.. what would happen to it? > > > > On Wed, Jan 2, 2013 at 5:50 PM, Julien Vermillard > wrote: > >> Ok I'll run a formal vote and then open the infra issue >>

Re: [REPORT] Apache MINA

2013-01-09 Thread Emmanuel Lécharny
Le 1/9/13 10:37 PM, Niklas Gustavsson a écrit : > On Tue, Jan 8, 2013 at 4:20 PM, Emmanuel Lécharny wrote: > >> MINA committers to met (Julien, Bernd and Emmanuel). We spent quite >> > met -> meet > > >> have a working TCP client and server, whch is 50% faster than MINA 2 >> > whch -> which > > >>

[jira] [Commented] (SSHD-205) move ssh-connection (RFC4254) code from sshd.client.* / sshd.server.* to sshd.connection.*

2013-01-09 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13549082#comment-13549082 ] Guillaume Nodet commented on SSHD-205: -- It's mostly historical as the client part has o

[jira] [Created] (SSHD-205) move ssh-connection (RFC4254) code from sshd.client.* / sshd.server.* to sshd.connection.*

2013-01-09 Thread Andrew C (JIRA)
Andrew C created SSHD-205: - Summary: move ssh-connection (RFC4254) code from sshd.client.* / sshd.server.* to sshd.connection.* Key: SSHD-205 URL: https://issues.apache.org/jira/browse/SSHD-205 Project: MINA

Re: [REPORT] Apache MINA

2013-01-09 Thread Niklas Gustavsson
On Tue, Jan 8, 2013 at 4:20 PM, Emmanuel Lécharny wrote: > MINA committers to met (Julien, Bernd and Emmanuel). We spent quite > met -> meet > have a working TCP client and server, whch is 50% faster than MINA 2 > whch -> which > for all the releases. Everytjing is now on track. > Everytjin

Re: codec "framework"

2013-01-09 Thread Julien Vermillard
Here a Codec interface proposal : https://github.com/jvermillard/mina/tree/trunk/core/src/main/java/org/apache/mina/filter/codec PS : I'm just toying around with github, don't worry I'm not making my own fork :) On Thu, Jan 3, 2013 at 10:20 AM, Arnaud bourree wrote: > You're right, in same time

[jira] [Commented] (SSHD-149) Is separation of sftp subsystem interfaces possible?

2013-01-09 Thread JIRA
[ https://issues.apache.org/jira/browse/SSHD-149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13548663#comment-13548663 ] Stefan Rönisch commented on SSHD-149: - Ok, I'll do it as soon as possible.

[jira] [Commented] (SSHD-204) [PATCH] Provide callback-driven I/O mechanism for Command

2013-01-09 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13548636#comment-13548636 ] Guillaume Nodet commented on SSHD-204: -- I'll commit your patch as soon as the git migra

[jira] [Work started] (SSHD-204) [PATCH] Provide callback-driven I/O mechanism for Command

2013-01-09 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on SSHD-204 started by Guillaume Nodet. > [PATCH] Provide callback-driven I/O mechanism for Command > - > >

[jira] [Assigned] (SSHD-204) [PATCH] Provide callback-driven I/O mechanism for Command

2013-01-09 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet reassigned SSHD-204: Assignee: Guillaume Nodet > [PATCH] Provide callback-driven I/O mechanism for Command > -

[jira] [Commented] (SSHD-203) SSH server doesn't know when auth completed

2013-01-09 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13548633#comment-13548633 ] Guillaume Nodet commented on SSHD-203: -- The SSHD repository is in maintenance mode, so

[jira] [Work started] (SSHD-203) SSH server doesn't know when auth completed

2013-01-09 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on SSHD-203 started by Guillaume Nodet. > SSH server doesn't know when auth completed > --- > > Key: SSHD-203 >

[jira] [Assigned] (SSHD-203) SSH server doesn't know when auth completed

2013-01-09 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet reassigned SSHD-203: Assignee: Guillaume Nodet > SSH server doesn't know when auth completed > ---

Re: [MINA 3] Performances

2013-01-09 Thread Emmanuel Lécharny
Le 1/9/13 11:54 AM, Jeff MAURY a écrit : > The problem I see if you choose to copy the user buffer into a DirectBuffer > is that your memory consumption will double even if the DirectBuffer is not > allocated on the heap, it may be problematic It will double only the time necessary to copy the buff

Re: [MINA 3] Performances

2013-01-09 Thread Jeff MAURY
The problem I see if you choose to copy the user buffer into a DirectBuffer is that your memory consumption will double even if the DirectBuffer is not allocated on the heap, it may be problematic Regards Jeff On Wed, Jan 9, 2013 at 11:44 AM, Emmanuel Lécharny wrote: > Le 1/5/13 1:27 PM, Jeff

Re: [MINA 3] Performances

2013-01-09 Thread Emmanuel Lécharny
Le 1/5/13 1:27 PM, Jeff MAURY a écrit : > Regarding the message size, I noticed that Mina2 writes only a sub part of > the message (size is computed from the receive buffer size if I remember > correctly) whereas Netty tries to write the buffer buffer to the socket. So > If you did the same in Mina

[jira] [Commented] (SSHD-204) [PATCH] Provide callback-driven I/O mechanism for Command

2013-01-09 Thread Kohsuke Kawaguchi (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13547754#comment-13547754 ] Kohsuke Kawaguchi commented on SSHD-204: The key addition in this patch is ChannelDa

[jira] [Updated] (SSHD-204) [PATCH] Provide callback-driven I/O mechanism for Command

2013-01-09 Thread Kohsuke Kawaguchi (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kohsuke Kawaguchi updated SSHD-204: --- Attachment: SSHD-204.patch Patch attached > [PATCH] Provide callback-driven I/

[jira] [Created] (SSHD-204) [PATCH] Provide callback-driven I/O mechanism for Command

2013-01-09 Thread Kohsuke Kawaguchi (JIRA)
Kohsuke Kawaguchi created SSHD-204: -- Summary: [PATCH] Provide callback-driven I/O mechanism for Command Key: SSHD-204 URL: https://issues.apache.org/jira/browse/SSHD-204 Project: MINA SSHD I