#12844: improve lazy loading and resource usage
---------------------------------------------+------------------------------
          Reporter:  wkornewald              |         Owner:  nobody
            Status:  new                     |     Milestone:        
         Component:  Uncategorized           |       Version:  SVN   
        Resolution:                          |      Keywords:        
             Stage:  Design decision needed  |     Has_patch:  1     
        Needs_docs:  0                       |   Needs_tests:  0     
Needs_better_patch:  0                       |  
---------------------------------------------+------------------------------
Changes (by Alex):

  * stage:  Unreviewed => Design decision needed

Comment:

 I'm am violently -1 on this patch.  a) it complicates code, b) it slows
 down execution, c) it caters to the fact that GAE has a model that almost
 no one else has (seriously, we chucked CGI a while ago ;)), d) it's far
 better solved by using a custom import hook in your wsgi file (the same
 way mercurial does) in order to achieve lazy loading.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/12844#comment:2>
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-upda...@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