Answer the question
In order to leave comments, you need to log in
Why does memcached's total_connections grow when used in Yii 1?
I use nginx + php5-fpm
memcache + yii
In memchached statistics, total_connections is constantly growing with each request.
Persistent connections are enabled in yii. All configs are default.
'cache'=>array(
'class'=>'system.caching.CMemCache',
'servers'=>array(
array('host'=>'127.0.0.1', 'port'=>11211),
),
),
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question