> I understand that it's possible this handler may offer some alternative
> options that in some situation is better or different from any existing
> option.

Such as, mod_fcgid is already installed for running perl, ruby, php.
Some hosts still do not support django, so there may well be interest
in stopping this gap.

> So it should
> be easy to have this be a third-party option that people could download
> and use if they wanted to go that way.

In that  case it would be good to have a link from the documentation
to it so that people can find it. Otherwise, I really don't care
whether it is in 'blessed', 'sneered_at', 'gitmo' or 'leper'.

> > Also, since Robin's module works both in a cgi and fcgi context,
> > switching a django site between cgi and fastcgi is a one-liner
>
> Albeit a really bad idea for something like Django unless things like,
> say, performance are not an objective. :-(

CGI can be useful for development, since you get your code refreshed
on every hit, but you can still work with a setup that is similar to
your production environment. Also, CGI takes about 0.2 sec on my old
laptop, so depending on the app and the load CGI may be perfectly
sufficient. Not every site is Google.

> It's 2009 already. We're reasonably justified in not accommodating web
> servers that still require 1998-vintage installation. As soon as we do,
> we'd be obligated to support it -- both in code and support forums --
> forever (or at least a really long time), which is an unnecessary extra
> burden.

If it remains third party, you won't have to support it. Also, the
underlying code is by Robin Dunn, he of wxPython, so chances are the
code works. Code doesn't need oil changes.

Best, Michael

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to