On Mon, Apr 19, 2010 at 10:27 AM, Ingram Chen <ingramc...@gmail.com> wrote:

> Hi all,
>
>     We have observed several connections between nodes in CLOSE_WAIT after
> several hours of operation:
>

This is symptomatic of not pooling your client connections correctly.  Be
sure you're using one connection per thread, not one connection per
operation.

-Brandon

Reply via email to