rtyler / Spawning

Spawning is a wsgi server which supports multiple processes, multiple threads, green threads, non-blocking HTTP io, and automatic graceful upgrading of code
http://pypi.python.org/pypi/Spawning
MIT License
120 stars 18 forks source link

Support for UNIX sockets #31

Open benspaulding opened 12 years ago

benspaulding commented 12 years ago

Has UNIX socket support been considered? If not would you consider it? It would be nice to have the option instead of just TCP.