On Jun 24, 2006, at 3:28 PM, typemismatch wrote:

> New to TG and trying to understand the general architecture. How would
> TG handle being in a web farm? Is there something in cherrypy that
> would handle sessions across servers?

I personally try to avoid sessions where possible when you're  
actually looking at scaling upward.

That said, CherryPy doesn't have anything for sessions across  
servers, but the Beaker session middleware can be used with memcached  
(which I believe has the major feature of working across servers).

Kevin

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to