Re: Issues/questions with apr_memcache_multigetp

2015-10-28 Thread Jeffrey Crowell
That patch works, and users have confirmed that the error message added has appeared in logs. (applied to our copy here) https://github.com/pagespeed/mod_pagespeed/commit/84a9deaf9c4df13ae707f44d06f577321de46e8c Thanks, Jeff On Thu, Sep 24, 2015 at 1:28 PM, Jeffrey Crowell <jcrow...@google.

Issues/questions with apr_memcache_multigetp

2015-09-23 Thread Jeffrey Crowell
Hi, I work on mod_pagespeed, where we use a forked version of apr_memcache.c ( https://github.com/pagespeed/mod_pagespeed/blob/master/third_party/aprutil/apr_memcache2.c) to interact with memcached. Recently we've become aware of a bug where we end up hanging in apr_memcache2_multigetp, pinning

Re: Issues/questions with apr_memcache_multigetp

2015-09-24 Thread Jeffrey Crowell
of VALUE[]\r\n And if the optional cas_unique token is present, wont this fail? Jeff On Thu, Sep 24, 2015 at 10:33 AM, Yann Ylavic <ylavic@gmail.com> wrote: > Hi Jeffrey, > > On Wed, Sep 23, 2015 at 9:23 PM, Jeffrey Crowell <jcrow...@google.com> > wrote: > >

Re: Issues/questions with apr_memcache_multigetp

2015-09-23 Thread Jeffrey Crowell
ered > islands of code :) > > Thx! > > > On Sep 23, 2015, at 3:23 PM, Jeffrey Crowell <jcrow...@google.com> > wrote: > > > > Hi, > > > > I work on mod_pagespeed, where we use a forked version of apr_memcache.c > ( > https://github.com/pagespeed/m

binary protocol/sasl with apr_memcache

2016-01-08 Thread Jeffrey Crowell
Hi, I'm looking to use aprutil to interface with sasl + memcached so that the memcached can live in a "hostile network". I don't see any support for the binary protocol, which is required for sasl. (https://code.google.com/p/memcached/wiki/SASLHowto) Is there any plan to support it, or is it