|
|
|
|
|
by alimoeeny
2340 days ago
|
|
This claim is specifically related to blocking webserver in python vs concurrent webservers in go.
I assumed this is common knowledge, that scaling python webservers is a complicated thing, while in go you get a concurrent web server in standard library, |
|