What would cause Memcached to Hang for 2+ seconds?
- by Brad Dwyer
I'm going nuts trying to scale memcached. From their site:
Memcached operations are almost all O(1). Connecting to it and issuing a get or stat command should never lag. If connecting lags, you may be hitting the max connections limit. See ServerMaint for details on stats to monitor.
If issuing commands lags, you can have a number of…