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

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.

Replies are listed 'Best First'.
Re^4: Are connections automatically pooled when using mod_perl?
by PerlOnTheWay (Monk) on Dec 19, 2011 at 09:43 UTC
    Is that such a module like Apache::DBI that works for memcached?

      as soon as you write it