--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
while it's true that the most used tools aren't always the best,
there's also the issue of not introducing too much unknown variables,
especially when you're not really experienced on all of them.
In this case, Dimitry needs to use a less-supported OS; i'd advise to
stay with what's known to work well.
IOW: how's nginx and PostgreSQL support on windows?
--
Javier
I haven't done any deployment on windows; but i do know some helpful facts:
- microsoft invests a lot of money in making sure that high-profile
OSS projects do run and run well on windows. That definitely includes
Apache, Python, and MySQL at least. don't know if PostgreSQL enjoys
this treatment (might erode into MS-SQL server mindshare?)
- nginx and mod_wsgi can be compiled, and kinda run; but with severe
limitations. mod_wsgi in particular can't run in daemon mode.
- any pure-Python setting should run without surprises, that lets you
choose either gunicorn or flup (for FastCGI) behind Apache. contrary
to some comments, a well-supervised flup setup can perform just as
good as the cool guys; but if you're not familiar with it gunicorn
might be easier. again, it's more a question of familiarity than of
performance.
good luck!
--
Javier