|
Put another way, consider the basic reason(s) WHY you're going to
apply more than one machine to an application: * You want the next one available when the present one is full of sessions, or * You want another one to take over in the event the present one fails, or * Some combination of both reasons, that you're still thinking over. When you use sticky sessions, you can easily handle the first reason. Each server stays with the person, start to finish. More persons, more servers. The balancing device assumes a perfect world scenario. But that solution doesn't help as much for the second reason. Some quantity of your users are going to be disrupted when the server (they are "stuck to") stops responding. If the device does swap them to a fresh machine, they'll get fresh sessions there, and probably flummoxed as well. That inconvenience is probably worse than the extra second it might take to get session data via the mongo/MemCache option, in which they continue without interruption from one machine to the next. There's no correct solution for everybody. It all depends on WHY: the priorities of your business methods I mentioned above. The nice part is that your business is doing well - if you actually have problems like this on the horizon. Al On 5/18/2015 11:04 AM, Jason King
wrote:
-- -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en --- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. |
Re: [OpenBD] Best method for session management
'Alan Holden' via Open BlueDragon Mon, 18 May 2015 15:51:12 -0700
- [OpenBD] Best method for session managem... Jason Allen
- Re: [OpenBD] Best method for sessio... Jason King
- Re: [OpenBD] Best method for se... Alan Williamson
- Re: [OpenBD] Best method fo... Jason King
- Re: [OpenBD] Best metho... nitish pandey
- Re: [OpenBD] Best ... Jason King
- Re: [OpenBD] B... 'Alan Holden' via Open BlueDragon
- Re: [OpenB... Jason King
