#2407: [patch] CGI Support for django
-------------------------------------------------------+--------------------
   Reporter:  Martin Glueck <[EMAIL PROTECTED]>  |                Owner:  
adrian        
     Status:  new                                      |            Component:  
Core framework
    Version:  SVN                                      |           Resolution:  
              
   Keywords:  cgi                                      |                Stage:  
Unreviewed    
  Has_patch:  1                                        |           Needs_docs:  
0             
Needs_tests:  1                                        |   Needs_better_patch:  
0             
-------------------------------------------------------+--------------------
Comment (by Andrew Johnson <[EMAIL PROTECTED]>):

 I tested Marc's cgi.py code, which works fine for me with django 0.95.1.
 
 I think that Django should include this server interface, but there should
 be a note somewhere explaining that when using the CGI interface all
 dynamic page views slow down the more models and applications that your
 website contains, even if the page itself doesn't use them.  The timing
 may be fine on a simple blog, but my site has 5 sub-applications and 31
 tables (including all the admin ones) and it's currently taking 6 seconds
 to return a dynamic page, against under 0.5 seconds for a static GIF.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/2407#comment:6>
Django Code <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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to