1. 首页
  2. 编程语言
  3. C
  4. concurrent-patterns-best-practices-synchronization

concurrent-patterns-best-practices-synchronization

上传者: 2018-12-10 03:07:28上传 PDF文件 15.54MB 热度 55次
I still remember the Aha! moment when I understood how UNIX shell pipeline works. I fell headlong in love with Linux and the command line and tried out many combination filters (a filter is a program reading from standard input and writes to standard output) connected via pipes. I was amazed by the creativity and power brought about by the command line. I was working with concurrent programs. Then, there was a change of project and I was thrown headlong into writing code using the multithreaded paradigm. The language was C or C ++, which I loved deeply; however, to my surprise I found that it was a herculean effort to maintain a legacy code base, written in C/C++ that was multithreaded. The shared state was managed in a haphazard way and a small mistake could throw us into a debugging nightmare!
下载地址
用户评论