Multithreading Applications in Win32 在線電子書 圖書標籤: Win32: to in Windows編程 Windows Threads The Multithreading
發表於2024-11-30
Multithreading Applications in Win32 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024
難得的好書。多綫程幾乎可以看作用戶自定義的中斷,應對異步事件。
評分難得的好書。多綫程幾乎可以看作用戶自定義的中斷,應對異步事件。
評分難得的好書。多綫程幾乎可以看作用戶自定義的中斷,應對異步事件。
評分難得的好書。多綫程幾乎可以看作用戶自定義的中斷,應對異步事件。
評分難得的好書。多綫程幾乎可以看作用戶自定義的中斷,應對異步事件。
Jim Beveridge進入操作係統的研究領域已有15年,從多處理器數據庫到microkernel操作係統的開發,他都有經驗。他於Rochoester Institure of Technology獲得計算機科學學士學位。他目前受聘為Turning Point Software公司顧問。
Using multiple threads, you can create high-performance servers, build extensions for Internet servers, take advantage of multiprocessor systems, build sophisticated objects in OLE and COM, and improve application responsiveness. Writing such software requires more than theory and a reference manual; it requires a comprehensive understanding of how everything fits together and a guide to what works and what doesn't. Multithreading is supported under Windows NT and Windows 95 and later through the Win32 API, but coverage of this important topic has been sporadic and incomplete until now. In Multithreading Applications in Win32, with just enough theory and lots of sample code, Jim Beveridge and Bob Wiener show developers when, where, and how to use multithreading. Included in the book are: *Internet development examples, including ISAPI and WinSock. *Hands-on coverage of how to use threads and overlapped I/O for server development. *How to use the C run-time library and MFC in a multithreaded environment. *Examples in C and C++. *Comparisons to UNIX for developers transitioning from UNIX to Win32.The associated web site includes the code and sample applications from the book, including code that works with Internet WinSock. 0201442345B04062001
原著应该很强~ 就是有点老,很多例子都是那时候的事了。 这本台湾人翻译的算是相对来讲很用心的了,甚至还有对原著的更傻瓜版解释,国内翻译有几人能做到? 不过还是有翻译上的错误,迅速啃完之后还是应该去看原著。
評分提供的源代码如何编译呢
評分有一些地方存在一些笔误,看了英文版才知道: 读写锁部分,谈到读取锁定和解锁时,ReaderCount 错误写为 ReadCount,不过这个无关要紧,严重的是为 Reader 锁定的相关代码: Lock(ReaderMutex) ReadCount = ReaderCount + 1 if (ReaderCount == 0) Unlock(DataSemaphore) U...
評分评4分觉得太高,3分又太低,还是3分吧。 是本不错的多线程入门数据,方便没有太多多线程编程经验的人建立关于多线程编程的whole picture,有一点“深入浅出”的味道。 副标题称之为“线程完全手册”,有些名不符实。
評分有一些地方存在一些笔误,看了英文版才知道: 读写锁部分,谈到读取锁定和解锁时,ReaderCount 错误写为 ReadCount,不过这个无关要紧,严重的是为 Reader 锁定的相关代码: Lock(ReaderMutex) ReadCount = ReaderCount + 1 if (ReaderCount == 0) Unlock(DataSemaphore) U...
Multithreading Applications in Win32 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024