Hello, This email is about the need to protect sessions from getting run over by concurrent request by the same user. Here is a couple notes on the requirements.
1. Python 3: running mod_wsgi on Apache and Python 3.1 2. Load Balancing: multiple servers are serving one application. 3. Daemon Processes: would like to employ more than one daemon process per application. 4. Performance: would like the solution not to adversely impact performance of the web application. So essentially what I am looking for is distributed session storage, where there are no loopholes of one request invalidating another's session data due to them running concurrently. Anyone have any suggestions? Thanks! Jason Garber -- You received this message because you are subscribed to the Google Groups "modwsgi" 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/modwsgi?hl=en.
