"Johny" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Can anyone suggest a way how to balance load on Apache server where I > have Python scripts running? > For example I have 3 webservers( Apache servers) and I would like to > sent user's request to one of the three server depending on a load on > the server. > Thank you . > L. > I believe you can do this with mod_proxy and mod_proxy_balancer within apache itself. I have not tried it, but the documentation is here: http://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html
Jp -- http://mail.python.org/mailman/listinfo/python-list