Wouldn't make it more sense to do the balancing with OS/3rd party solutions? Must it be the application itself doing the load balancing on two network-lines?! What is the use-case behind?
br, Alex On Tue, 15 Mar 2011 11:28:48 +0100, Christophe Delarue <[email protected]> wrote: > Hi users, > > I have to deal with a solution where my application is connected to a > server through two specialised lines. > A socket is opened on each lines. > One is the backup of the other. > Each are activ/activ on nominal time, to double the bandwith. > > I though I could use the reactor pattern of mina for the server to my > application way, but what can I use on the other way ? > > Client -- asyn --------> socket ----------------> server > ---- asyn ---> socket -----------------> server > > I'd like to find a solution which could deal automagically with line > break, timeout ... > > Is mina able to do this dual upload feature ? > > Thank's > > -- > Christophe Delarue > mailto:[email protected] > 06 12 95 49 56
