python: Added an alternative WSGI server that speaks ashd directly.
authorFredrik Tolf <fredrik@dolda2000.com>
Thu, 21 Oct 2010 10:03:49 +0000 (12:03 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Thu, 21 Oct 2010 10:03:49 +0000 (12:03 +0200)
commitc270f222b55e805cd42c223da1c1d8774d6bd4cf
tree0432f645f5ebc9c0b4fbef32c4038452ade93a51
parentb9f224562df416284ce346a2ddda1b3e6881fc12
python: Added an alternative WSGI server that speaks ashd directly.

That is, avoiding the need to SCGI-wrap everything. It only works
with CPython, though.
python/ashd-wsgi [new file with mode: 0755]
python/ashd/proto.py [new file with mode: 0644]