Skip Menu |

This queue is for tickets about the Cache-Memcached-Managed CPAN distribution.

Report information
The Basics
Id: 62512
Status: open
Priority: 0/
Queue: Cache-Memcached-Managed

People
Owner: ELIZABETH [...] cpan.org
Requestors: TIMB [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Doesn't work with Cache::Memcached::Fast or Cache::Memcached::libmemcached
I tried to use the module with Cache::Memcached::libmemcached but hit some problems: It assumed $cache->{servers} contains an array ref of server hostport/paths. It implements it's own stats() method that talks to the memcached servers and uses the undocumented Cache::Memcached sock_to_host() method to do so. The test suite also doesn't pass when using Cache::Memcached::Fast. I'd love to see this module updated to worth with Cache::Memcached::libmemcached so it can take advantage of the high performance and many features it offers. I'd be happy to help make that happen.
Subject: Re: [rt.cpan.org #62512] Doesn't work with Cache::Memcached::Fast or Cache::Memcached::libmemcached
Date: Thu, 28 Oct 2010 13:37:29 +0200
To: bug-Cache-Memcached-Managed [...] rt.cpan.org
From: Elizabeth Mattijsen <liz [...] dijkmat.nl>
On Oct 28, 2010, at 1:31 PM, Tim_Bunce via RT wrote: Show quoted text
> Thu Oct 28 07:31:54 2010: Request 62512 was acted upon. > Transaction: Ticket created by TIMB > Queue: Cache-Memcached-Managed > Subject: Doesn't work with Cache::Memcached::Fast or Cache::Memcached::libmemcached > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: TIMB@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=62512 > > > > I tried to use the module with Cache::Memcached::libmemcached but hit some problems: > > It assumed $cache->{servers} contains an array ref of server hostport/paths. > > It implements it's own stats() method that talks to the memcached servers and uses the > undocumented Cache::Memcached sock_to_host() method to do so. > > The test suite also doesn't pass when using Cache::Memcached::Fast. > > I'd love to see this module updated to worth with Cache::Memcached::libmemcached so it can > take advantage of the high performance and many features it offers. I'd be happy to help make > that happen.
It's been a while since I looked at this. Actually, I'm pleasantly surprised that this module is actually used. I don't have much time to spend on this at the moment. Will accept patches. :-) Liz
CC: TIMB [...] cpan.org
Subject: Re: [rt.cpan.org #62512] Doesn't work with Cache::Memcached::Fast or Cache::Memcached::libmemcached
Date: Mon, 22 Nov 2010 10:12:01 +0000
To: Elizabeth Mattijsen via RT <bug-Cache-Memcached-Managed [...] rt.cpan.org>
From: Tim Bunce <Tim.Bunce [...] pobox.com>
On Thu, Oct 28, 2010 at 07:37:51AM -0400, Elizabeth Mattijsen via RT wrote: Show quoted text
> > I tried to use the module with Cache::Memcached::libmemcached but hit some problems: > > [...] > > The test suite also doesn't pass when using Cache::Memcached::Fast.
> > It's been a while since I looked at this. > Actually, I'm pleasantly surprised that this module is actually used.
Well, actually, we don't use it. At least not yet. I was just trying to leverage the test suite to test Cache::Memcached::libmemcached. Show quoted text
> I don't have much time to spend on this at the moment. Will accept patches. :-)
I'm not working in that area at the momement but I probably will be at some point. I'll keep it in mind. Tim.