Memcached.pm on freebsd 5.2-RC

Brad Fitzpatrick brad@danga.com
Tue, 23 Dec 2003 14:51:27 -0800 (PST)


You should make a minimal perl script that works on FreeBSD 4.9 but not
5.2 and pass that along to the freebsd/perl lists.

Without access to bleeding edge FreeBSD machines (and lack of time), I
can't really help out with this.

And yeah, memcached is really fast.  :)



On Tue, 23 Dec 2003, Chris Ochs wrote:

> Hmm my perl is the stock 5.6.1.
>
> Have to say memcached is extremely fast, looking forward to testing it in
> some of our applications to see how it goes.
>
> I also made a post to freebsd-current, so if I get any info from there I
> will forward it on to you.
>
> Chris
>
> ----- Original Message -----
> From: "Brad Fitzpatrick" <brad@danga.com>
> To: "Chris Ochs" <chris@paymentonline.com>
> Cc: <memcached@lists.danga.com>
> Sent: Tuesday, December 23, 2003 2:34 PM
> Subject: Re: Memcached.pm on freebsd 5.2-RC
>
>
> > (To recap for the list:  the memcache perl module isn't working on freebsd
> > 5.2-RC, but it is in 4.9)
> >
> > Chris,
> >
> > Thanks for tracing it down.  Looks like a Perl bug in the socket
> > libraries.  Sure your Perl is as bleeding edge as your kernel?
> >
> >
> >
> > On Tue, 23 Dec 2003, Chris Ochs wrote:
> >
> > > The connect in _connect_sock if I comment out the following two lines
> > > everything seems to work.  If I leave them in, the connect returns null.
> > >
> > > my $block = IO::Handle::blocking($sock, 0) if $timeout;
> > >
> > > IO::Handle::blocking($sock, $block) if $timeout;
> > >
> > >
> >
>
>