Skip to content

Commit

Permalink
Use multiprocessing instead of threading
Browse files Browse the repository at this point in the history
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
jcalvinowens committed Mar 12, 2024
1 parent b2c3ecf commit baf07f7
Showing 1 changed file with 177 additions and 160 deletions.
Loading

0 comments on commit baf07f7

Please sign in to comment.