Closed msabramo closed 9 years ago
Make the test unix socket server use threading instead of multiprocessing.
threading
multiprocessing
This is lighter-weight and lets one see the log messages of the WSGI app without jumping through hoops.
Make the test unix socket server use
threading
instead ofmultiprocessing
.This is lighter-weight and lets one see the log messages of the WSGI app without jumping through hoops.