msabramo / requests-unixsocket

Use requests to talk HTTP via a UNIX domain socket
Apache License 2.0
207 stars 29 forks source link

Test unix socket server thread #3

Closed msabramo closed 9 years ago

msabramo commented 9 years ago

Make the test unix socket server use threading instead of multiprocessing.

This is lighter-weight and lets one see the log messages of the WSGI app without jumping through hoops.