http://code.google.com/p/isapi-wsgi/
The isapi_wsgi adapter is considered stable. It has been used to deploy many wsgi compliant Python web applications and frameworks including Django, TurboGears, Mercurial and Trac. ISAPI-WSGI translates the ISAPI interface into the standard Python WSGI interface. ISAPI-WSGI is a Python module which allows you to deploy a Python WSGI application natively in Microsoft IIS, using a dll. This means that, for example, you can use IIS thread pooling and load balancing to manage the resources of your application: there is no need to start a separate process or service. sounds great, but seems no talks on this in trac wiki and trac userlists , no one using IIS ? -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
