unyielding 是否屈服与多线程 勿以恶小而为之 threads are a bad idea

 小结:

1、

 python的妥协

2、

As we know, threads are a bad idea, (for most purposes). Threads make local reasoning difficult, and local reasoning is perhaps the most important thing in software development.

With the word “threads”, I am referring to shared-state multithreading, despite the fact that there are languages, like Erlang and Haskell which refer to concurrent processes – those which do not implicitly share state, and require explicit coordination – as “threads”.

 

https://glyph.twistedmatrix.com/2014/02/unyielding.html

 

posted @ 2019-05-21 23:17  papering  阅读(281)  评论(0编辑  收藏  举报