Re: Webserver balance load

2007-03-06 Thread sjpiii
"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 dependi

Re: Webserver balance load

2007-03-05 Thread Jeff McNeil
If you're willing to spend some serious dollars, there are also hardware products out there that do this type of stuff. We run a few F5 6800 E systems. I've come to love their iRules feature - a TCL-based event driven scripting system for network traffic. RAM cache, SSL offload, and so on. They'l

Re: Webserver balance load

2007-03-05 Thread Michael
Johny wrote: > 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. To be honest, you're bes

Re: Webserver balance load

2007-03-05 Thread Bruno Desthuilliers
Jean-Paul Calderone a écrit : > On 5 Mar 2007 11:47:15 -0800, Johny <[EMAIL PROTECTED]> wrote: > >> 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 t

Re: Webserver balance load

2007-03-05 Thread Jean-Paul Calderone
On 5 Mar 2007 11:47:15 -0800, Johny <[EMAIL PROTECTED]> wrote: >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 lo

Webserver balance load

2007-03-05 Thread Johny
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. -- http://mail.python.org/mailma