Hello,
I have a Django setup on cpanel server with python 2.7, virtual env and
mod_wsgi. I can see that cpu usage is high for these wsgi apache processes.
Is there any way to control this behavior ?
Regards
Tino
--
You received this message because you are subscribed to the Google Groups
"Dj
Thank you Tom, I have set my settings.py appropriately and now caching is
working fine.
On Fri, Oct 7, 2011 at 7:43 PM, Tom Evans wrote:
> On Fri, Oct 7, 2011 at 3:11 PM, TINO THOMAS wrote:
> > Thank you Henrik for your help.
> > I have already given the following entry in
Thank you Henrik for your help.
I have already given the following entry in settings.py for python-memcached
binding
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
'LOCATION': '127.0.0.1:11211',
}
}
What should i do next , if i wa
3 matches
Mail list logo