On May 31, 2006, at 10:07 AM, Mladen Turk wrote:

Jim Jagielski wrote:
I guess it depend on what we mean by "healthy"... We could
ping the socket and make sure there's a response at the network
stack layer, which would be protocol agnostic. Or, each
proxy module would need to implement some protocol specific
"ping/pong" test.


Right, the cping/cpong is a missing feature.
I didn't implement it initially because it existed only
for ajp protocol, so a common mechanism should be used
perhaps a socket liveness test on ftp/http and standard
cping/cpong messages on ajp.


As we (hopefully) add more protocols into the proxy
framework, we will run into more and more cases
where there are some things that simply can't be
"generic" enough to avoid protocol specific items...
I'm looking at some sort of provider interface
for that.


The balancer misses few features from mod_jk that would
be great to have, like hot standby and a new bybussines
lb method.


These are expected to be added in soonish :)

Reply via email to