On 02/12/10 14:22, ashdesigner wrote: > Guys, > > As I can judge from the posts and links above, an ISAPI plugin > (PyISAPIe) which is declared the best and fastest way to run Django > apps on Windows and primarily intended to be used with IIS
Hmm. Fastcgi looked most promising to me, not that I'm an IIS user or ever likely to be. Note that django has fastcgi support out-of-box, though I've only used it with apache/mod_fcgid (we were stuck on some debian/ancient with no mod_wsgi support a while back). In principle, it might work with IIS' fastcgi plugin, though I can't say I've tried it personally. Django's fastcgi support is IIRC built on the "flup" that Javier mentioned, but most of the setup work is already done for you, in django.core.servers.fastcgi. Maybe you could muddle through using the fastcgi setup docs on the IIS site (covering mostly php via fastcgi under IIS) and the fastcgi setup docs on the django site (covering mostly django via fastcgi under apache). OTOH, linux and apache are free and work well. But if you're dealing with a linux-clueless or even linux-hostile IT department, well, you may be stuck. http://www.iis.net/download/fastcgi http://docs.djangoproject.com/en/1.2/howto/deployment/fastcgi/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.