|
|
|
|
|
by weberc2
2341 days ago
|
|
blocking webservers are a common problem in Python. Even if you have async, all it takes is a CPU bound task or some sync IO deep in some third party library and its lights out for your server, and no debug info for you either. |
|