public marks

PUBLIC MARKS with tags wsgi & python

October 2006

September 2006

August 2006

July 2006

PEP 333 -- Python Web Server Gateway Interface v1.0

by benoit & 1 other
This document specifies a proposed standard interface between web servers and Python web applications or frameworks, to promote web application portability across a variety of web servers.

June 2006

March 2006

January 2006

Python Routes | 2006-01-30 | BitWorking

by roberto & 2 others (via)
Routes, dispatch and Kid together would make a nice un-framework.

Overview | Colubrid

by roberto
Colubrid is a WSGI request handler which simplifies python web developement.

November 2005

fewer moving parts » Blog Archive » discovery using entry_points

by roberto (via)
EasyInstall is great, it automatically detects and installs all dependancies, but there are some other nifty things that you can do with it. Using the entry_points section of the setup.py, you can ‘register’ classes and functions, so they can be located later. Lets say you had a bunch of ‘plugins’ that you wanted dynamically find and load at runtime, with entry_points, it’s fun and easy.

September 2005

:: cleverdevil ::: Python, FastCGI, WSGI, and lighttpd

by bader & 1 other (via)
Right now, the lighttpd web server is all the rage with Ruby on Rails people, PHP people, and excellent hosting providers. Why is this? Because lighttpd is extremely lightweight, has a small footprint, scales like nobody’s business, and is fast fast fast. The internals of lighttpd are really interesting, using kqueue and other fancy asynchronous networking operating system support to really put Apache to shame. But, the internals of lighttpd are a topic for another day…

:: cleverdevil ::: Python, FastCGI, WSGI, and lighttpd

by roberto & 1 other
Right now, the lighttpd web server is all the rage with Ruby on Rails people, PHP people, and excellent hosting providers. Why is this? Because lighttpd is extremely lightweight, has a small footprint, scales like nobody’s business, and is fast fast fast. The internals of lighttpd are really interesting, using kqueue and other fancy asynchronous networking operating system support to really put Apache to shame. But, the internals of lighttpd are a topic for another day…

Project: PyFileServer

by roberto
PyFileServer is a WSGI web application for sharing filesystem directories over WebDAV. It comes bundled with a WSGI web server for standalone operation or can be incorporated into other WSGI-compatible web frameworks like Python Webware or Python Paste.

May 2005

URL Parsing With WSGI And Paste

by roberto
This document is intended for web framework authors and integrators, and people who want to understand the internal architecture of Paste.

PUBLIC TAGS related to tag wsgi

@readreview +   apache +   blog +   chinese +   cms +   dap +   entry points +   fastcgi +   flup +   framework +   hosting +   library +   lighttpd +   parsing +   paste +   people +   php +   programming +   python +   rails +   ruby +   scgi +   server +   setuptools +   specification +   web +   webdav +   webdev +   xml +