Re: Minackathon feedback

2013-06-09 Thread Bernd Fondermann
Hi, interesting, thanks for sharing! In general, did you conduct any comparisons varying the number of clients/CPUs used? I'm not too much into the details of MINA and netty, but an important thing for me to consider is also how performance changes with the number of cores used. Is allocation

Re: Minackathon feedback

2013-06-09 Thread Emmanuel Lécharny
Le 6/9/13 9:19 AM, Bernd Fondermann a écrit : > Hi, > > interesting, thanks for sharing! > > In general, did you conduct any comparisons varying the number of > clients/CPUs used? Yes, we did a bit of that. We ran the server with one singe thread to handle all the load (so with one selector only),

Re: [MINA3] M1?

2013-06-09 Thread Julien Vermillard
We so we are good no ? I'll do a code/javadoc review and I think we can trigger the vote. Julien -- Julien Vermillard http://people.apache.org/~jvermillard/ On Fri, May 31, 2013 at 2:01 PM, Jeff MAURY wrote: > +1 for integrating SSL into M1. > As i'm busy working for Eclipsecon, I'm not s

Re: [MINA3] M1?

2013-06-09 Thread Jeff MAURY
Yes, ​New ssl handshake code has been merged Jeff   — Sent from Mailbox for iPhone On Sun, Jun 9, 2013 at 5:15 PM, Julien Vermillard wrote: > We so we are good no ? > I'll do a code/javadoc review and I think we can trigger the vote. > Julien > -- > Julien Vermillard http://people.apac

Re: [MINA3] M1?

2013-06-09 Thread Emmanuel Lécharny
Le 6/9/13 6:50 PM, Jeff MAURY a écrit : > Yes, > > > ​New ssl handshake code has been merged Sure, we can. We will have to prepare the module that generates the package though. Let me give it a try tonite. -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com

Re: Minackathon feedback

2013-06-09 Thread Jeff MAURY
See comments inline Jeff On Sat, Jun 8, 2013 at 10:40 AM, Emmanuel Lécharny wrote: > Hi guys, > > we have spent a couple of days this week with Julien and Jeff during the > EclipseCon working on MINA 3. We have experimented some things, did some > benchmarks, and studied them. This is a short s

Re: Minackathon feedback

2013-06-09 Thread Bernd Fondermann
On Sun, Jun 9, 2013 at 11:24 AM, Emmanuel Lécharny wrote: > Le 6/9/13 9:19 AM, Bernd Fondermann a écrit : > > Hi, > > > > interesting, thanks for sharing! > > > > In general, did you conduct any comparisons varying the number of > > clients/CPUs used? > Yes, we did a bit of that. We ran the server