UNIX Network Programming, Vol.2 : Interprocess Communication, 2/e (Hardcover)
暫譯: UNIX 網路程式設計,第2卷:進程間通信,第二版(精裝本)
W. Richard Stevens
- 出版商: Prentice Hall
- 出版日期: 1998-09-04
- 售價: $2,670
- 貴賓價: 9.5 折 $2,537
- 語言: 英文
- 頁數: 592
- 裝訂: Hardcover
- ISBN: 0130810819
- ISBN-13: 9780130810816
-
相關分類:
Operating-system
-
其他版本:
UNIX Network Programming, Volume 2: Interprocess Communications, 2/e (Paperback)
已絕版
買這商品的人也買了...
-
TCP/IP Illustrated, Volume 2: The Implementation (Hardcover)(出版日久遠,書側有霉斑)$1,230$1,205 -
TCP/IP Illustrated, Volume 1: The Protocols (Hardcover)$1,230$1,205 -
Computer Organization & Design: The Hardware/Software Interface, 2/e$1,200$1,176 -
Fundamentals of Data Structures in C$1,050$1,029 -
計算機組織與設計--軟硬體界面第二版 (Computer Organization & Design, 2/e)$680$537 -
C++ Primer, 3/e 中文版$980$774 -
Introduction to Algorithms, 2/e (Hardcover)$990$970 -
Digital Image Processing, 2/e(IE)(美國版ISBN:0201180758)$1,150$1,127 -
Computer Architecture: A Quantitative Approach, 3/e(精裝本)$1,300$1,274 -
Visual C#.NET 程式設計經典$650$514 -
JavaScript 範例活用辭典$450$351 -
C++ Builder 6 完全攻略$690$587 -
作業系統概念 (Operating System Concepts, 6/e Windows XP Update)$780$741 -
學 UML 的第1本書$280$218 -
Java 完美經典優質學習篇$750$638 -
Red Hat Linux 9 實務應用$650$553 -
802.11 無線網路技術通論 (802.11 Wireless Networks: The Definitive Guide)$760$600 -
ASP.NET 程式設計徹底研究$590$466 -
STRUTS 實作手冊(Struts in Action: Building Web Applications with the Leading Java Framework)$690$538 -
重構─改善既有程式的設計$720$569 -
鳥哥的 Linux 私房菜-伺服器架設篇$750$638 -
鳥哥的 Linux 私房菜─基礎學習篇增訂版$560$476 -
Unix Network Programming, Vol. 1 : The Sockets Networking API, 3/e (IE-Paperback)$1,160$1,137 -
人月神話:軟體專案管理之道 (20 週年紀念版)(The Mythical Man-Month: Essays on Software Engineering, Anniversary Edition, 2/e)$480$379 -
現代嵌入式系統開發專案實務-菜鳥成長日誌與專案經理的私房菜$600$480
商品描述
Summary
8108A-2
Don't miss the rest of the series!
- Vol. 1, Networking APIs: Sockets and XTI
- Vol. 3, Applications (forthcoming)
The only guide to UNIX(r) interprocess communications you'll ever need!
Well-implemented interprocess communications (IPC) are key to the performance of virtually every non-trivial UNIX program. In UNIX Network Programming, Volume 2, Second Edition, legendary UNIX expert W. Richard Stevens presents a comprehensive guide to every form of IPC, including message passing, synchronization, shared memory, and Remote Procedure Calls (RPC).
Stevens begins with a basic introduction to IPC and the problems it is intended to solve. Step-by-step you'll learn how to maximize both System V IPC and the new Posix standards, which offer dramatic improvements in convenience and performance. You'll find extensive coverage of Pthreads, with many examples reflecting multiple threads instead of multiple processes. Along the way, you'll master every current IPC technique and technology, including:
- Pipes and FIFOs.
- Posix and System V Message Queues
- Mutexes and Condition Variables
- Read-Write Locks
- Record Locking
- Posix and System V Semaphores
- Posix and System V Shared Memory
- Solaris Doors and Sun RPC
- Performance Measurements of IPC Techniques
If you've read Stevens' best-selling first edition of UNIX Network Programming, this book expands its IPC coverage by a factor of five! You won't just learn about IPC "from the outside." You'll actually create implementations of Posix message queues, read-write locks, and semaphores, gaining an in-depth understanding of these capabilities you simply can't get anywhere else.
The book contains extensive new source code-all carefully optimized and available on the Web. You'll even find a complete guide to measuring IPC performance with message passing bandwidth and latency programs, and thread and process synchronization programs.
The better you understand IPC, the better your UNIX software will run. One book contains all you need to know: UNIX Network Programming, Volume 2, Second Edition.
商品描述(中文翻譯)
摘要
8108A-2
不要錯過系列的其他書籍!
- 第1卷,網路API:套接字和XTI
- 第3卷,應用程式(即將出版)
您所需的唯一UNIX(r)進程間通信指南!
良好實現的進程間通信(IPC)對於幾乎每個非平凡的UNIX程式的性能至關重要。在UNIX網路程式設計,第2卷,第二版中,傳奇的UNIX專家W. Richard Stevens提供了每種IPC形式的全面指南,包括消息傳遞、同步、共享記憶體和遠程過程調用(RPC)。
Stevens首先介紹IPC的基本概念及其旨在解決的問題。逐步學習如何最大化System V IPC和新的Posix標準,這些標準在便利性和性能上提供了顯著的改進。您將發現對Pthreads的廣泛覆蓋,並有許多示例反映多線程而非多進程。在此過程中,您將掌握每種當前的IPC技術和技術,包括:
- 管道和FIFO。
- Posix和System V消息隊列
- 互斥鎖和條件變數
- 讀寫鎖
- 記錄鎖定
- Posix和System V信號量
- Posix和System V共享記憶體
- Solaris門和Sun RPC
- IPC技術的性能測量
如果您已經閱讀過Stevens的暢銷版UNIX網路程式設計第一版,這本書將其IPC的覆蓋範圍擴展了五倍!您不僅會從“外部”了解IPC,您還將實際創建Posix消息隊列、讀寫鎖和信號量的實現,深入理解這些能力,這是您在其他地方無法獲得的。
本書包含大量新的源代碼,所有代碼都經過精心優化並可在網路上獲得。您甚至會找到一個完整的指南,用於測量IPC性能,包括消息傳遞帶寬和延遲程序,以及線程和進程同步程序。
您對IPC的理解越深,您的UNIX軟體運行得就越好。一本書包含您需要知道的一切:UNIX網路程式設計,第2卷,第二版。
