Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

ISAPI WSGI is an implementation of WSGI (PEP 333) for running as an ISAPI extension under IIS. WSGI is considered as important standard for the future of web deployed Python code. There are implementationsfor CGI, mod_python, twisted, jython, etc. This was the first implementation for IIS/ISAPI.

0
 
  0 reviews  |  1 user  |  606 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

PyISAPIe is an ISAPI extension for Python, made with the goal of overall simplicity. A basic module for http functionality is included, and writing separate extensions that add to the ISAPI functionality is rather easy. So far, performance appears great.

0
 
  0 reviews  |  0 users  |  53,322 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

The new hosting location for isapi-wsgi. Description: An implementation of WSGI (PEP 333) for running as a ISAPI extension under IIS. WSGI is considered as important standard for the future of web deployed Python code. There are implementations for CGI, mod python, twisted, jython etc but at the ... [More] start of development there was not one using ISAPI for IIS. The goal of this project is to provide one. It is dependant on Mark Hammond's Python win32 isapi extension. Current status: The isapi_wsgi handler has been modified to overcome the limitations of the single threaded version of the handler. The new version provides two handlers: ISAPISimpleHandler - a new handler instance is created per request ISAPIThreadPoolHandler - requests use the thread pool Also the isapi_wsgi virtual directory can be accessed via it's root url. You can checkout the latest version from the trunk (svn checkout http://isapi-wsgi.googlecode.com/svn/trunk/) or use one of the download packages. The documentation needs to be updated for the changes but the examples in the trunk show how to use it. The original single threaded version of the handler has been tagged as isapi_wsgi-0.2 and you can checkout directly from subversion (svn checkout http://isapi-wsgi.googlecode.com/svn/tags/isapi_wsgi-0.2/). It has been used to run some WSGI enabled apps and adaptors. Documentation: http://code.google.com/docreader/#p=isapi-wsgi&s=isapi-wsgi&t=isapi-wsgi Mailing list: http://groups.google.com/group/isapi_wsgi-dev CreditsAndThanks Maintainers: Mark Rees EMail: mark dot john dot rees at gmail dot com Blog: http://hex-dump.blogspot.com Jason R. Coombs [Less]

0
 
  0 reviews  |  0 users  |  606 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.