Fix the way to access memcached.Client instances stored on connection_pool.
If the configuration of memcached.Client instances are different to each other inside the same thread, the first created one is allways returned. So this patch store the instances inside a intermediate dictionary with keys build with discriminatory criterions. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34441 20353a03-c40f-0410-a6d1-a30d3c3de9de
Showing
Please register or sign in to comment