Re: Howto implement a new algorithm scheduler in mod_proxy_balancer

2008-10-23 Thread ricardo13
Hi Jim, Jim Jagielski wrote: > > Sounds like 2 questions there: (1) is there anyway to create > some sort of scheduler that does periodic functions and (2) how > to obtain external server info (like CPU, etc...). > > Re #1: Under 2.2, there is a monitor hook, but it is pretty > limited. Best t

Re: Howto implement a new algorithm scheduler in mod_proxy_balancer

2008-10-23 Thread Jim Jagielski
For number 2 you need the remote servers to "broadcast" various load information (CPU usage, memory usage, load average, etc) and somehow have the load balancer "listen" on that broadcast to obtain that info. On Oct 22, 2008, at 4:13 PM, Houser, Rick wrote: part #2 sounds more like the kind of

url decode

2008-10-23 Thread Subra Aswathanarayanan
Hi, In my module I want to url decode the query string before I process it. Does apache provide any such helper functions? Pls let me know if this is not the right forum to ask this question. Subra