Python has threading and multiprocessing but if you REALLY want to go nuts, try some threading in each multiple process. I can't think of too many use cases for doing that but there are probably some edge cases for it.
Conversation
Replying to
I think gunicorn might do something like that actually. Multiple threads per worker process. I'll have to peek at the source code.
1
