Changelog:
correct bug when aquiring lock
reduce number of places where locks are needed
use a single memcache proxy, using locks, instead of creating one on every operation. This proved more performant in my tests.
The patch is applied.
Changelog:
correct bug when aquiring lock
reduce number of places where locks are needed
use a single memcache proxy, using locks, instead of creating one on every operation. This proved more performant in my tests.