Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: Are connections automatically pooled when using mod_perl?

by PerlOnTheWay (Monk)
on Dec 19, 2011 at 09:22 UTC ( [id://944220]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://944220]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-24 20:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found