Comment by mont_tag
Do you want to take advantage of having multiple cores?
* Processes do this right out of the box. * Threads only do this on Python's new GIL builds. * Async, not so much.
Do you want to take advantage of having multiple cores?
* Processes do this right out of the box. * Threads only do this on Python's new GIL builds. * Async, not so much.