Hm, strange. Looks like 1.6 binary was removed from list of downloads. You
can, however, get the source from repository
at http://www.whalin.com/memcached/svn/memcached/branches/release_1.6/

and build it... Not sure why this got removed. Probably to encourage people
to use v2.


On Thu, Sep 18, 2008 at 9:51 AM, lec <[EMAIL PROTECTED]> wrote:

>
> Hum...... Sorry for this ;-) Where do I find an older release ?
> Doesn't look to be in code.google :-(
>
> 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
>



-- 
--Boris

Reply via email to