๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Multi-Threaded Programming in C++

โœ Scribed by Mark Walmsley


Publisher
Springer London
Year
2000
Tongue
English
Leaves
226
Edition
1
Category
Library

โฌ‡  Acquire This Volume

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


Multi-Paradigm Programming using C++
โœ Dirk Vermeir PhD (auth.) ๐Ÿ“‚ Library ๐Ÿ“… 2001 ๐Ÿ› Springer-Verlag London ๐ŸŒ English

<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

Multi-paradigm programming using C++
โœ Dirk Vermeir PhD (auth.) ๐Ÿ“‚ Library ๐Ÿ“… 2001 ๐Ÿ› Springer-Verlag London ๐ŸŒ English

<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

Multi-Paradigm Programming using C++
โœ Dirk Vermeir ๐Ÿ“‚ Library ๐Ÿ“… 2001 ๐Ÿ› Springer ๐ŸŒ English

<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