#11260: File based cache not very efficient with large amounts of cached files
---------------------------------------------+------------------------------
          Reporter:  anteater_sa             |         Owner:  nobody           
   
            Status:  new                     |     Milestone:  1.2              
   
         Component:  Cache system            |       Version:  1.0              
   
        Resolution:                          |      Keywords:  filebased file 
cache
             Stage:  Design decision needed  |     Has_patch:  0                
   
        Needs_docs:  1                       |   Needs_tests:  1                
   
Needs_better_patch:  0                       |  
---------------------------------------------+------------------------------
Changes (by JohnMoylan):

 * cc: j...@nuatech.net (added)
  * has_patch:  1 => 0

Comment:

 I've been bitten by this also.
 My fix is to return count while it is still 0 and manage the cache myself
 using a daily cron job.

 It would be nice if Django allowed me to disable the filebased cache
 management feature using settings.py.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/11260#comment:4>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to