On 26.07.2006 18:11, Jean-frederic Clere wrote: > Hi, > > I have started to write a "generic" health-checker for mod_proxy. I > would like to change the macro PROXY_WORKER_IS_USABLE() to a routine in > proxy_util.c. > > Comments?
>From my current point of view we should keep this macro as a simple bit >checker. +1 to your efforts writing a "generic" health-checker to mod_proxy. Do you use a provider approach to implement it? That would make it possible to reimplement Mladen's cping_cpong for AJP as a provider. Then we would have a very flexible way to plugin different health-checks. Regards RĂ¼diger
