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

MINA TCP/IP server clustering

2007-10-12 Thread Kumaran Arul
Hi Has anyone got any experience with clustering MINA servers at a JVM level? How can we replicate IoSessions? Would Terracotta be a good choice? Any lead or tips will be greatly appreciated? Regards Arul *** CAUTION: This email

Re: MINA TCP/IP server clustering

2007-10-12 Thread Eero Nevalainen
Kumaran Arul wrote: Hi Has anyone got any experience with clustering MINA servers at a JVM level? How can we replicate IoSessions? Would Terracotta be a good choice? Any lead or tips will be greatly appreciated? A google with the keywords load balancing terracotta confirmed my

Re: MINA TCP/IP server clustering

2007-10-12 Thread Jeff Genender
I wrote an implementation of GCache (Geronimo Cache) that is in the Geronimo sandbox. Its a clustering implementation based on Mina. Its nto complete yet, but it gives you an idea. It is not JVM level, since it API based. If you are looking for an open source impl for a JVM based clustering