Hi Boris,

Thanks a lot for the tip. I will try this.

Christophe

On Sep 18, 4:13 pm, "Boris Partensky" <[EMAIL PROTECTED]>
wrote:
> Hi, are you talking about whalin client? If yes, then you can use previous
> version (1.6 ?), which doesn't use NIO. We use it and have no issues.
>
>
>
> On Thu, Sep 18, 2008 at 8:57 AM, lec <[EMAIL PROTECTED]> wrote:
>
> > Hi,
>
> > We are using the memcached JAVA client on Linux (RedHat ES4) with Java
> > 1.5.0_16.
> > All works almost fine, except for a file descriptor leaks (as
> > documented and supposed to be fixed here:
> >http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6215050)
>
> > So, basically, the number of open pipes in the client is constantly
> > growing, and the client end's up reaching the defined limit of open
> > files. This seems to be a bug in NIO SocketChannel.
> > By setting the read timeout to 0 (no time out), pipes are no longer
> > created. But having a fully blocking read does not seems to be a very
> > good idea.
>
> > Does anybody experienced such an issue ? Any workaround ?
>
> > Thanks for your help
>
> --
> --Boris

Reply via email to