Sounds like you need to write a proxy server that accepts incoming
connections and manages sessions but forwards actual work requests to real
servers. When you need to do a hand off all you do is send the current
server a migration leave command and the new server a migration enter
command and send it the session information. I would probably check a game
developers forum or clustering forum. That's a bit out of scope for this
list I think.

On Tue, Mar 24, 2015 at 10:01 AM, antares <[email protected]> wrote:

> actually for instance i would like to share sessions between 2 server with
> instance of same j2se server
> because 1 server is able to accept a certain limited number of sessions i
> want to scale my server over multiple servers
>
> --
> Ing. Francesco Li Volsi
>
> 2015-03-24 17:55 GMT+01:00 Hans Uhlig <[email protected]>:
>
> > Are you just attempting to load balance across many instances of mina?
> >
> > On Tue, Mar 24, 2015 at 8:52 AM, antares <[email protected]> wrote:
> >
> > > is there any doc/example where i can start with ?
> > > i forgot to say that  my server is a j2se standalone game server with
> > mina
> > >
> > >
> > > --
> > >
> > > *Francesco Li Volsi*
> > >
> > > *http://www.iogisoft.com <http://www.iogisoft.com>*
> > >
> > > *"Questa e-mail è confidenziale. Qualora l'avesse ricevuta per errore,
> La
> > > preghiamo di informarci rispondendo tramite e-mail e di cancellarla dal
> > Suo
> > > computer. La informiamo inoltre che l'utilizzo non autorizzato del
> > > messaggio e/o dei suoi allegati potrebbe costituire reato. La
> ringraziamo
> > > per la collaborazione.”*
> > > *“This e-mail is confidential. **If you have received it by mistake,
> > please
> > > inform the sender by reply e-mail and delete it from your system.
> Please
> > > also note that the unauthorized disclosure or use of the message or any
> > > attachments could be an offence. **Thank you for your cooperation."*
> > >
> > > 2015-03-24 16:45 GMT+01:00 Jon V. <[email protected]>:
> > >
> > > > This isn't necessarily something that would be the responsibility of
> > > Mina.
> > > > Just as you developed your own game server, you will have to add any
> > kind
> > > > of clustering features yourself.
> > > > On Mar 24, 2015 11:16 AM, "antares" <[email protected]> wrote:
> > > >
> > > > > Hi Folks,
> > > > >
> > > > > i created a game server and i would like to have a suggestion about
> > to
> > > > > sharing sessions between other game server instances.
> > > > > In other words something about clusterizing
> > > > > is that possible ?
> > > > >
> > > > > Thanks
> > > > > Francesco
> > > > >
> > > >
> > >
> >
> >
> >
> > --
> >
> > *Hans W. Uhlig // *Senior Data Engineer // AOL Platforms
> > o: 650.937.2119 // 395 PageMill Rd Floor 3, Palo Alto, Ca 94304
> > GTalk: [email protected] // twitter: @huhlig
> >
>



-- 

*Hans W. Uhlig // *Senior Data Engineer // AOL Platforms
o: 650.937.2119 // 395 PageMill Rd Floor 3, Palo Alto, Ca 94304
GTalk: [email protected] // twitter: @huhlig

Reply via email to