Re: ByteBuffer capacity shrinks with every new connection

2007-10-14 Thread steve_taylor
Wow, this is really bad behaviour on the part of MINA. What were the developers thinking? As for having a CumulativeProtocolDecoder, this is always a good practice as you just can't predict what TCP/IP will do with packets. The best way to treat incoming TCP/IP data is as a stream. When

Re: ByteBuffer capacity shrinks with every new connection

2007-10-14 Thread steve_taylor
Oh dear, silly me. I didn't realise that CumulativeProtocolDecoder is something that actually exists in MINA. How embarassing! steve_taylor wrote: Wow, this is really bad behaviour on the part of MINA. What were the developers thinking? As for having a CumulativeProtocolDecoder, this is

[jira] Commented: (DIRMINA-375) Synchronous Client API

2007-10-14 Thread Brad Harvey (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534623 ] Brad Harvey commented on DIRMINA-375: - Sorry for delayed response. I have been *extremely* busy sipping

Re: MINA TCP/IP server clustering

2007-10-14 Thread Brian McCallister
On Oct 12, 2007, at 1:12 AM, Kumaran Arul wrote: Hi Has anyone got any experience with clustering MINA servers at a JVM level? How can we replicate IoSessions? Erm... unless MINA has added SCTP support, an IoSession is rather bound to a single host/port which doesn't lend itself to