On 8/25/07, Cliff Wells <[EMAIL PROTECTED]> wrote:
>
> My only possible explanation is that either a) Nginx makes some attempt
> to track sessions itself and always passes the same IP back to the same
> backend Pylons process or b) Pylons automagically makes it work.


...or c) you don't use much the session data storage and you've been lucky.

On the other hand... if session data is always stored to the disk to the
same
directory and location and loaded on each request, multiple server processes
accessing
the same data should actually work quite fine. To scale this to multiple
server machines
one would need a networked file system mount point in which to store the
session data.

However, I'd like to avoid using the disk as much as possible.

-- 
--PJ

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to