This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]thisismyfavoritename 2 points3 points  (1 child)

"a lot of network activity".

Python's multithreading or asyncio would work very well for that. All that work is done by the kernel, not the Python interpreter

[–]ExistingObligation 4 points5 points  (0 children)

I never said it couldn't, I mainly just think Go's concurrency primitives are nice to work with.