Programming with POSIX Threads
Title | Programming with POSIX Threads PDF eBook |
Author | David R. Butenhof |
Publisher | Addison-Wesley Professional |
Pages | 404 |
Release | 1997 |
Genre | Computers |
ISBN | 9780201633924 |
Software -- Operating Systems.
PThreads Programming
Title | PThreads Programming PDF eBook |
Author | Bradford Nichols |
Publisher | "O'Reilly Media, Inc." |
Pages | 289 |
Release | 1996-09 |
Genre | Computers |
ISBN | 1565921151 |
With threads programming, multiple tasks run concurrently within the same program. They can share a single CPU as processes do or take advantage of multiple CPUs when available. They provide a clean way to divide the tasks of a program while sharing data.
POSIX Programmers Guide
Title | POSIX Programmers Guide PDF eBook |
Author | Donald Lewine |
Publisher | "O'Reilly Media, Inc." |
Pages | 654 |
Release | 1991-04 |
Genre | Computers |
ISBN | 9780937175736 |
Software -- Operating Systems.
Multithreaded Programming with Pthreads
Title | Multithreaded Programming with Pthreads PDF eBook |
Author | Bil Lewis |
Publisher | Prentice Hall |
Pages | 440 |
Release | 1998 |
Genre | Computers |
ISBN |
In-depth coverage is given of the emerging POSIX Threads library for UNIX and how to code with it. These pages explain the concepts and foundations of threads programming, including real-life constructions. The book compares and contrasts the Pthreads library with those for OS/2 and Windows NT throughout.
UNIX Systems Programming
Title | UNIX Systems Programming PDF eBook |
Author | Kay A. Robbins |
Publisher | Prentice Hall Professional |
Pages | 936 |
Release | 2003 |
Genre | Computers |
ISBN | 9780130424112 |
bull; Learn UNIX essentials with a concentration on communication, concurrency, and multithreading techniques bull; Full of ideas on how to design and implement good software along with unique projects throughout bull; Excellent companion to Stevens' Advanced UNIX System Programming
Introduction to Parallel Programming
Title | Introduction to Parallel Programming PDF eBook |
Author | Subodh Kumar |
Publisher | Cambridge University Press |
Pages | |
Release | 2022-07-31 |
Genre | Computers |
ISBN | 1009276301 |
In modern computer science, there exists no truly sequential computing system; and most advanced programming is parallel programming. This is particularly evident in modern application domains like scientific computation, data science, machine intelligence, etc. This lucid introductory textbook will be invaluable to students of computer science and technology, acting as a self-contained primer to parallel programming. It takes the reader from introduction to expertise, addressing a broad gamut of issues. It covers different parallel programming styles, describes parallel architecture, includes parallel programming frameworks and techniques, presents algorithmic and analysis techniques and discusses parallel design and performance issues. With its broad coverage, the book can be useful in a wide range of courses; and can also prove useful as a ready reckoner for professionals in the field.
Threads Primer
Title | Threads Primer PDF eBook |
Author | Bil Lewis |
Publisher | Prentice Hall PTR |
Pages | 360 |
Release | 1996 |
Genre | Computers |
ISBN |
Providing an overview of the Solaris and POSIX multithreading architectures, this book explains threads at a level that is completely accessible to programmers and system architects with no previous knowledge of threads. It covers the business and technical benefits of threaded programs, along with discussions of third party software that is threaded, pointing out the benefits. It also describes the design of the Solaris MT API, with references to distinctions in POSIX, contains a set of example programs which illustrate the usage of the Solaris and POSIX APIs, and explains the use of programming tools: Thread Analyzer, LockLint, LoopTool and Debugger.