|
|
|
|
|
by simonw
2466 days ago
|
|
"One; Python has its uses, but writing highly performant multi-threaded scanners is not one of them" Is that still true given Python 3 asyncio? My understanding is that it's really well suited to writing things like network scanners, without needing to run them in multiple threads. |
|
https://magic.io/blog/uvloop-blazing-fast-python-networking/