Hi All;

>
>The problem is that pinging at the handler level basically amounts to
>just asking "is there such a service?". Having it go to the message
>receiver allows the ping to be responded to based on more useful data-
>such as did the impl class or script or whatever load etc.. So its
>really a question of fidelity- yes some level of liveness checking can
>be done at a handler level but you get much improved info by getting the
>ping to the message receiver.
>  
>
Service might have more than one MRs (most of the time it does) so
checking only one MR wont give you the accurate results.  The other
problem I have is which MR you are going to call when you receive a ping
request , are you going call all the MRs or only one.

Thanks
Deepal



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to