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
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
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
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
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
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
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
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