What's the best practice for using Cache::Memcached with mod_perl? Is it safe to instantiate one instance of Cache::Memcached per process and have all other modules use a global variable to access it? (If not how else would you handle connection pooling?)
<br><br>How does failure of a node work? I know that it rehashes over the nodes that are alive but does it recheck the health of the failed node and add it back into the loop?
<br><br><br>Thanks,<br>Paul<br>