in reply to Re: Are connections automatically pooled when using mod_perl?
in thread Are connections automatically pooled when using mod_perl?

How is that done for memcached?

I don't find a Apache::Memcached module exists..

Replies are listed 'Best First'.
Re^3: Are connections automatically pooled when using mod_perl?
by Corion (Patriarch) on Dec 19, 2011 at 09:33 UTC

    I would do it the same way as Apache::DBI does, except that instead of calling DBI->connect, I would set up the connection to memcached. It shouldn't be hard if you work from Apache::DBI. ->pinging the connection might be a bit more difficult.

      Is that such a module like Apache::DBI that works for memcached?

        as soon as you write it