Memcached.pm on freebsd 5.2-RC

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


(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;
>
>