Changes between Version 1 and Version 3 of Ticket #25824
- Timestamp:
- Nov 27, 2015, 8:24:06 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25824 – Description
v1 v3 3 3 When two backends using 'django.core.cache.backends.memcached.PyLibMCCache' are added and are used (each box is handling at least hundreds requests per second) then in uWSGI logs we're seeing lots of [https://gist.github.com/mlowicki/a8b3dbd98f32dc40c4eb] and application is misbehaving throwing 500s. When launched in second datacenter with much less threads then problem is much smaller but still exists (uWSGI configuration - [https://gist.github.com/mlowicki/cbd18c689c3e2f838bf0]) 4 4 5 Tried with pylibmc 1.4.1 and 1.5.0. 5 Tried with pylibmc 1.4.1 and 1.5.0. Running on Debian Wheezy.