Re: what should be memory size memcached for Django on Ubuntu Os?

2011-08-27 Thread Simon Connah
On 27 Aug 2011, at 12:26, vikas ruhil wrote: > A brief Description of system On i need help for memcached size:- > 1)Cpu :- i7 intel , 16 Gb Ram , Internal SATA Hard-disk :640 Gb , External > Hardisk :-10 Tb, Os :- Ubuntu-32bit > 2)Cpu- i2 intel core2duo , 4Gb Ram, Internal SATA Hard-disk: 320

what should be memory size memcached for Django on Ubuntu Os?

2011-08-27 Thread vikas ruhil
A brief Description of system On i need help for memcached size:- 1)Cpu :- i7 intel , 16 Gb Ram , Internal SATA Hard-disk :640 Gb , External Hardisk :-10 Tb, Os :- Ubuntu-32bit 2)Cpu- i2 intel core2duo , 4Gb Ram, Internal SATA Hard-disk: 320 Gb , External Hard-disk :- 2 Tb , Os:-Ubuntu-32bit

memcached with Django

2008-01-21 Thread bfrederi
I am working with using memcached with Django, and a problem came up. I have memcached running, and using the django.middleware.cache.CacheMiddleware to cache my entire site seems to be working. But when I try to use the low-level api Django way for caching ( http://www.djangoproject.com