Multi-Threaded Programming in C++
โ Scribed by Mark Walmsley
- Publisher
- Springer London
- Year
- 2000
- Tongue
- English
- Leaves
- 226
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
This is a clear introduction to the basic concepts of multi-threading complemented by a detailed description of the multi-threading facilities available under the UNIX and Windows operating systems. The implementation mechanisms are hidden within C++ classes, which then provide standardized interfaces to the functionality. With traditional single-threaded programming, objects serve as passive repositories of functionality that are invoked by external code. Multi-threading allows objects to become active entities that independently perform their own processing.
โฆ Table of Contents
Front Matter....Pages i-x
Introduction....Pages 1-8
Threads....Pages 9-24
Mutexes....Pages 25-46
Events....Pages 47-67
Semaphores....Pages 69-99
Objects....Pages 101-117
Keys....Pages 119-133
Multiple Mutexes....Pages 135-159
Multiple Events....Pages 161-184
Distributed Computing....Pages 185-213
Back Matter....Pages 215-223
โฆ Subjects
C++; C++ Programming Language; Scheduling; UNIX; Windows; Multi-Threaded Complexity; Multi-Threaded Programming; Threads; Mutexes; Events; Semaphores; Distributed Computing; Software Programming; Software Development
๐ SIMILAR VOLUMES
<p>An Introduction to Multi-Paradigm Programming using C++ is a self-contained reference book for those studying and using C++. Starting from scratch, Dirk Vermeir explains the idea of address, value and type in C++ before quickly moving on to cover the more important aspects of the language such as
<p>An Introduction to Multi-Paradigm Programming using C++ is a self-contained reference book for those studying and using C++. Starting from scratch, Dirk Vermeir explains the idea of address, value and type in C++ before quickly moving on to cover the more important aspects of the language such as
<span>Aimed mainly at students, this self-contained reference book on C++ is of superb educational value. Starting from scratch, Vermeir explains the idea of address, value and type in C++ before quickly moving on to cover the more important aspects of the language such as classes, templates, generi