On Mon, Jul 15, 2013 at 4:31 PM, Florian Apolloner <f.apollo...@gmail.com>wrote:

> Also, if we move it outside of django-core we can send a good signal that
> FCGI in Django is basically "Use at your own risk" (which it is already if
> you ask me).
>

This, for me, is the key: anything that's not a WSGI container is basically
the wrong way to serve Django. Full stop. By continuing to include these
other weird protocols we're implying that they're fully supported when
they're actually totally not. Back in the day, we needed FCGI support
because the options for hosting Python stuff was super limited. Today,
there are a ton of options, even in the ultra-low-cost category.

Let's start FCGI (and the others) down the path to deprecation. If there's
truly a community that finds value in these things -- and frankly I think
that once they try modern options they'll quickly switch and never look
back -- then let them maintain the code.

Jacob

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to