On Wed, Jun 16, 2010 at 08:00:44AM -0700, Qiwen Zhao wrote:
> Thank you for confirming. Yeah, I notice the two balance line.
> 
> I think this could be the server side since it might be expecting a
> rpc open/close specific to the protocol. Now let me change to a
> different question :-).

Maybe, but it should not keep a closed connection open anyway, otherwise
it will regularly end up with massive CLOSE_WAIT sockets and a shortage
of file descriptors.

> If I want to use a different port for health check and route the
> traffic to the actual port. How do I set the config?

Simply add the "port XXXX" parameter on the "server" lines. You can
even force a different address if you like, using "addr XXXXX".

Regards,
Willy


Reply via email to