Hey there- so I decided to heed your input and I created a Django adapter for PyISAPIe, so now you can run Django in a true ISAPI environment. It seems to run without a hitch. As far as mapping arbitrary paths, all you have to do is use the wildcard application map to the DLL (assuming you have IIS6).
It's really easy to get going - if you download the newest version (http://pyisapie.sourceforge.net) you'll see the adapter with the example Python code. I did some performance testing with a few different apps included in Django (I think it was an admin page and one of the hello apps) - I was getting between 900 and 1700 requests per second. Hope that's good enough for you ;) I'm glad I was able to bring the two together so easily, considering that my focus on the ISAPI part of the project has been so narrow that I have yet to add tools similar to what Django already has. Please let me know if you have questions, and enjoy! - Phillip [EMAIL PROTECTED] wrote: > Ok, fair points. > > I think that using python in a pure CGI setup is responsible in part of > the lack of performance here. > > Because that, I'm looking how use fastcgi and/or wsgi here. Also, I > don't see how the common setup of map .py extension for cgi can help > with django (how can execure django/home? how load the settings?) > > I have FastCGI installed under IIS... I have a couple of WSGI solutions > too., but I don't figure how can use that... > > :( --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@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-users -~----------~----~----~----~------~----~------~--~---