On Jun 30, 4:58 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote:
> Regarding the sessions - there is a concept known as session-stickyness
> that can be used to have in-memory session while serving the app using
> several processes.
> It requires usage of a proper load-balancer or such.
>
> This however is probably better suited for no-apache-at-all-scenarios
> because only then you have the needed equivalence of one process to a
> specific IP/Port-binding. At least I'm not aware of apache/mod_wsgi-ways
> to ensure that otherwise.

One could achieve stickyness in mod_wsgi through using daemon mode and
some of the hooks it provides for controlling dynamically which daemon
process is used to handle a request.

Graham
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to