I would suggest using the Pound load balancer and web2py with built-in web server on the slaves. Pound provides sticky sessions which means requests from the same client will be always directed to the same (random) server this you do not need any special configuration to handle sessions.
This is described somewhat in chapter 11 of the book. Massimo On Nov 3, 10:51 pm, 陶艺夫 <[email protected]> wrote: > Hi, > > Is it possibale to use web2py under apache (via mod_wsgi) to construct a > load balancing & HA clustering servers' group? > If it is, how? > > Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

