Re: Howto implement a new algorithm scheduler in mod_proxy_balancer

2008-11-19 Thread Sander Temme
On Oct 25, 2008, at 7:57 PM, ricardo13 wrote: I will build a scheduler that receive a little message from cluster. At cluster, there is a process that send messages about CPU. Like an SNMP agent? That way you wouldn't have to re-invent the wheel. Then the server I need to build a separat

Re: load modules at run-time without restarting httpd

2008-11-19 Thread William A. Rowe, Jr.
Andrej van der Zee wrote: > Hi, > > I was wondering if it is possible to load modules at run-time, without > restarting httpd? No. They expect their initialization to occur when there is nothing but a parent process present.

load modules at run-time without restarting httpd

2008-11-19 Thread Andrej van der Zee
Hi, I was wondering if it is possible to load modules at run-time, without restarting httpd? Cheers, Andrej