Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use multiprocessing instead of threading
We need to use Process() instead of Thread(), so the interpreter is forked and we can actually handle requests in parallel. Also, sieze the oppurtunity to clean up the mess of globals.
- Loading branch information