|
|
|
|
|
by _pmf_
4782 days ago
|
|
> Can anyone explain why exactly a script written in one language would stall, while the same script in another wouldn't? It stalls in Python because the author is not acquainted with non-blocking system programming (the select()-call, which has been around since at least the eighties and has been a part of core Python since a very long time). As to why a software developer who did not invest some minimal time into learning basic system programming feels qualified to write a blog post about this topic is another question. |
|