High cpu usage for wsgi apache processes

2012-01-23 Thread TINO THOMAS
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

Re: [] memcached not working with django

2011-10-07 Thread TINO THOMAS
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

Re: [] memcached not working with django

2011-10-07 Thread TINO THOMAS
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