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: Howto implement a new algorithm scheduler in mod_proxy_balancer

2008-10-25 Thread ricardo13
Hi I will build a scheduler that receive a little message from cluster. At cluster, there is a process that send messages about CPU. Then the server I need to build a separate program that receives that message and passes to the apache. Can I use socket to communicate external process with apach

Re: Howto implement a new algorithm scheduler in mod_proxy_balancer

2008-10-23 Thread Jim Jagielski
From: Jim Jagielski [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2008 3:58 PM To: modules-dev@httpd.apache.org Subject: Re: Howto implement a new algorithm scheduler in mod_proxy_balancer Sounds like 2 questions there: (1) is there anyway to create some sort of scheduler that does periodic func

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-22 Thread Houser, Rick
Message- From: Jim Jagielski [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2008 3:58 PM To: modules-dev@httpd.apache.org Subject: Re: Howto implement a new algorithm scheduler in mod_proxy_balancer Sounds like 2 questions there: (1) is there anyway to create some sort of scheduler that

Re: Howto implement a new algorithm scheduler in mod_proxy_balancer

2008-10-22 Thread Kevac Marko
What's monitor hook? On Wed, Oct 22, 2008 at 11:58 PM, Jim Jagielski <[EMAIL PROTECTED]> 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

Re: Howto implement a new algorithm scheduler in mod_proxy_balancer

2008-10-22 Thread Jim Jagielski
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 thing is to create an external process which ru

Re: Howto implement a new algorithm scheduler in mod_proxy_balancer

2008-10-22 Thread Rainer Jung
ricardo13 schrieb: > I don't find that examples. I find in the folder httpd.2.2.9/modules/proxy/ > .there isn't folder example > Where can I find ??? Is there any link ??? It's not yet in the stable branch 2.2, but you can find it in the trunk: http://svn.apache.org/viewvc/httpd/httpd/trunk/m