Re: [MINA 3.0] IoBuffer usage

2012-01-17 Thread Chad Beaulac
On Mon, Jan 16, 2012 at 1:10 PM, Emmanuel Lecharny elecha...@gmail.comwrote: On 1/16/12 2:56 PM, Chad Beaulac wrote: Emmanuel, (all) I'm working on this Camel ticket: https://issues.apache.org/**jira/browse/CAMEL-2624https://issues.apache.org/jira/browse/CAMEL-2624 I finished the initial

Re: [MINA 3.0] IoBuffer usage

2012-01-17 Thread Emmanuel Lécharny
On 1/17/12 3:02 PM, Chad Beaulac wrote: On Mon, Jan 16, 2012 at 1:10 PM, Emmanuel Lecharnyelecha...@gmail.comwrote: On 1/16/12 2:56 PM, Chad Beaulac wrote: Emmanuel, (all) I'm working on this Camel ticket:

Re: [MINA 3.0] IoBuffer usage

2012-01-17 Thread Chad Beaulac
On Jan 17, 2012, at 9:32 AM, Emmanuel Lécharny elecha...@apache.org wrote: On 1/17/12 3:02 PM, Chad Beaulac wrote: On Mon, Jan 16, 2012 at 1:10 PM, Emmanuel Lecharnyelecha...@gmail.comwrote: On 1/16/12 2:56 PM, Chad Beaulac wrote: Emmanuel, (all) I'm working on this Camel ticket:

Re: [MINA 3.0] IoBuffer usage

2012-01-17 Thread Emmanuel Lecharny
IFAICT, on MINA 2, you should not have any issue. The loop where we write buffers into the channel is : ... final int maxWrittenBytes = session.getConfig().getMaxReadBufferSize() + (session.getConfig().getMaxReadBufferSize() 1); int writtenBytes = 0;

Re: Mike Mahoney new MINA committer

2012-01-17 Thread Mike Mahoney
On Jan 16, 2012, at 4:08 AM, Julien Vermillard wrote: On Mon, Jan 16, 2012 at 2:36 AM, Ashish paliwalash...@gmail.com wrote: Welcome Mike :) On Mon, Jan 16, 2012 at 3:13 AM, Emmanuel Lecharny elecha...@gmail.com wrote: On 1/15/12 9:43 PM, Niklas Gustavsson wrote: Hi, the MINA PMC

Re: [MINA 3.0] IoBuffer usage

2012-01-17 Thread Chad Beaulac
Ok. I'll test the throughput on it with the tests I have. Thanks Chad Sent from my iPad On Jan 17, 2012, at 11:33 AM, Emmanuel Lecharny elecha...@gmail.com wrote: IFAICT, on MINA 2, you should not have any issue. The loop where we write buffers into the channel is : ...

Re: [MINA 3.0] IoBuffer usage

2012-01-17 Thread Emmanuel Lecharny
On 1/18/12 2:57 AM, Chad Beaulac wrote: Ok. I'll test the throughput on it with the tests I have. Let me know if you have any isues with the throughput you obtain. Be sure to set the default read buffer size to the maximum size, AFAIR, it's set to 2048 bytes in MINA 2 (and can't be higher