Under apaceh via mod_wsgi = Yes

Load balancing & HA clustering = Most likely. You might be able to pull off
simple load balancing. Keep a list of servers, and when a client requests,
pick a server with the least amount of redirects for the last 15 minutes and
redirect them there. Add a counter to that servers load with a time stamp,
so you don't refer to older redirects.

As far as keeping the same user to the same server during their session...
probably, web2py is python after all :)

-Thadeus




On Tue, Nov 3, 2009 at 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to