#9653: Add a runservercp command which uses cherrypy as the main server (allows
for multiple threads)
------------------------------------------------------+---------------------
          Reporter:  [EMAIL PROTECTED]  |         Owner:  nobody
            Status:  closed                           |     Milestone:        
         Component:  Uncategorized                    |       Version:  1.0   
        Resolution:  wontfix                          |      Keywords:        
             Stage:  Unreviewed                       |     Has_patch:  1     
        Needs_docs:  0                                |   Needs_tests:  0     
Needs_better_patch:  0                                |  
------------------------------------------------------+---------------------
Comment (by lakinwecker):

 Hi Guys,

 I'm not re-opening the ticket but I did want to suggest a few more options
 before fully giving up.

 I realize that dependencies are not something to be added lightly, but
 from my understanding this command won't be imported unless it's directly
 run.   So most people may never even notice the import cherrypy statement.
 This lowers the effect of the alleged dependency to almost none.  If
 someone notices the command and tries it without cherrypy installed I
 could make it print out a warning about the lack of CP and then fall back
 to the built-in server?

 So, I guess I'm saying that it's not really a full-blown dependency, it
 only becomes a dependency if/when you need to solve that niche problem
 which is when its useful. Maybe django could benefit from a set of not-
 officially supported commands that are included with django so that when
 someone needs them, they're easily available?   For instance if I push
 this out somewhere external to django the end user who wants to use it
 must install *both* this code and cherrypy.  If we included it, it would
 be just cherrypy that was required.

 Any chance I can get this reconsidered?

-- 
Ticket URL: <http://code.djangoproject.com/ticket/9653#comment:3>
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to