I run my django project in Ubuntu + Ligthttpd + fastcgi + cmemcached
0.95, I found that sometimes the CPU usage reached 100% by python
process , and now I belive it caused by my program of storing large
dataset into memcached!

I changed my program to store  large dataset into file-cache like this
instead:

cache = get_cache(settings.FILE_CACHE_URI)
# FILE_CACHE_URI = 'file://D:\dev\cache3?timeout=30000


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to