Apache::Session::Memcached Insanity

Perrin Harkins perrin at elem.com
Wed Mar 19 22:20:41 UTC 2008


On Wed, Mar 19, 2008 at 6:04 PM, Robert Landrum <robertlandrum at gmail.com> wrote:
> Nope...  no front end proxy.

That does make your mod_perl processes sit around for a second or two
after the request is done.  I don't know why you would see the effect
on one request and not another though.

> We just call untie %session; to commit it.

Yeah, that should do it.  Since you're already in voodoo territory
though, you might as well try an explicit write to see if it makes a
difference.

- Perrin


More information about the memcached mailing list