#11084: r10737 opens file everytime a variable is looked up
----------------------------------+-----------------------------------------
 Reporter:  Mnewman               |       Owner:  nobody    
   Status:  new                   |   Milestone:            
Component:  File uploads/storage  |     Version:  1.0       
 Keywords:                        |       Stage:  Unreviewed
Has_patch:  0                     |  
----------------------------------+-----------------------------------------
 I am going to give this a little more time, but I wanted to file quickly.

 r10737 was a large commit that changes the way that files variables are
 handled. On every lookup of ImageField, the image is opened on the OS.
 This causes huge IO overhead. Also if the file is unavailable, an uncaught
 OSError is raised, creating errors in templates if the filesystem is
 unavailable.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/11084>
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