Vendeur : medimops, Berlin, Allemagne
EUR 4,30
Autre deviseQuantité disponible : 1 disponible(s)
Ajouter au panierEtat : very good. Gut/Very good: Buch bzw. Schutzumschlag mit wenigen Gebrauchsspuren an Einband, Schutzumschlag oder Seiten. / Describes a book or dust jacket that does show some signs of wear on either the binding, dust jacket or pages.
Vendeur : medimops, Berlin, Allemagne
EUR 4,30
Autre deviseQuantité disponible : 3 disponible(s)
Ajouter au panierEtat : good. Befriedigend/Good: Durchschnittlich erhaltenes Buch bzw. Schutzumschlag mit Gebrauchsspuren, aber vollständigen Seiten. / Describes the average WORN book or dust jacket that has all the pages present.
EUR 1,23
Autre deviseQuantité disponible : 1 disponible(s)
Ajouter au panierEtat : Good. Most items will be dispatched the same or the next working day. A copy that has been read but remains in clean condition. All of the pages are intact and the cover is intact and the spine may show signs of wear. The book may have minor markings which are not specifically mentioned.
Vendeur : MusicMagpie, Stockport, Royaume-Uni
EUR 3,84
Autre deviseQuantité disponible : 1 disponible(s)
Ajouter au panierEtat : Very Good. 1730901693. 11/6/2024 2:01:33 PM.
Vendeur : ThriftBooks-Atlanta, AUSTELL, GA, Etats-Unis
EUR 6,32
Autre deviseQuantité disponible : 1 disponible(s)
Ajouter au panierPaperback. Etat : Very Good. No Jacket. May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend Less 1.11.
Vendeur : ThriftBooks-Dallas, Dallas, TX, Etats-Unis
EUR 6,32
Autre deviseQuantité disponible : 1 disponible(s)
Ajouter au panierPaperback. Etat : Very Good. No Jacket. May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend Less 1.11.
Edité par O'Reilly Media, Incorporated, 1996
ISBN 10 : 1565921151 ISBN 13 : 9781565921153
Langue: anglais
Vendeur : Better World Books: West, Reno, NV, Etats-Unis
EUR 6,63
Autre deviseQuantité disponible : 2 disponible(s)
Ajouter au panierEtat : Good. Used book that is in clean, average condition without any missing pages.
Edité par O'Reilly Media, Incorporated, 1996
ISBN 10 : 1565921151 ISBN 13 : 9781565921153
Langue: anglais
Vendeur : Better World Books, Mishawaka, IN, Etats-Unis
EUR 6,63
Autre deviseQuantité disponible : 1 disponible(s)
Ajouter au panierEtat : Good. Used book that is in clean, average condition without any missing pages.
Vendeur : Buchpark, Trebbin, Allemagne
EUR 8,36
Autre deviseQuantité disponible : 1 disponible(s)
Ajouter au panierEtat : Sehr gut. Zustand: Sehr gut | Seiten: 286 | Sprache: Englisch | Produktart: Bücher.
Vendeur : Wonder Book, Frederick, MD, Etats-Unis
EUR 6,28
Autre deviseQuantité disponible : 2 disponible(s)
Ajouter au panierEtat : Good. Good condition. A copy that has been read but remains intact. May contain markings such as bookplates, stamps, limited notes and highlighting, or a few light stains.
Edité par O'Reilly Media 01.10.1996., 1996
ISBN 10 : 1565921151 ISBN 13 : 9781565921153
Langue: anglais
Vendeur : NEPO UG, Rüsselsheim am Main, Allemagne
EUR 19,68
Autre deviseQuantité disponible : 1 disponible(s)
Ajouter au panierEtat : Gut. 286 Seiten ex library book - Sprache: Englisch Gewicht in Gramm: 469 23,2 x 17,8 x 2,0 cm, Taschenbuch.
Vendeur : London Bridge Books, London, Royaume-Uni
EUR 4,78
Autre deviseQuantité disponible : 1 disponible(s)
Ajouter au panierpaperback. Etat : Fair.
Vendeur : Ann Becker, Houston, TX, Etats-Unis
EUR 4,18
Autre deviseQuantité disponible : 1 disponible(s)
Ajouter au panierPaperback. Etat : Good. 7 X 0.59 X 9.19 inches; 286 pages.
EUR 31,99
Autre deviseQuantité disponible : Plus de 20 disponibles
Ajouter au panierMixed Media Product. Etat : New. Computers are just as busy as the rest of us nowadays. They have lots of tasks to do at once, and need some cleverness to get them all done at the same time. That's why threads are seen more and more often as a new model for programming. Threads have been available for some time. The Mach operating system, the Distributed Computer Environment (DCE), and Windows NT all feature threads. One advantage of most UNIX implementations, as well as DCE, is that they conform to a recently ratified POSIX standard (originally 1003.4a, now 1003.1c), which allows your programs to be portable between them. POSIX threads are commonly known as pthreads, after the word that starts all the names of the function calls. The standard is supported by Solaris, OSF/1, AIX, and several other UNIX-based operating systems. The idea behind threads programming is to have multiple tasks running concurrently within the same program. They can share a single CPU as processes do, or take advantage of multiple CPUs when available. In either case, they provide a clean way to divide the tasks of a program while sharing data.A window interface can read input on dozens of different buttons, each responsible for a separate task. A network server has to accept simultaneous calls from many clients, providing each with reasonable response time. A multiprocessor runs a number-crunching program on several CPUs at once, combining the results when all are done. All these kinds of applications can benefit from threads. In this book you will learn not only what the pthread calls are, but when it is a good idea to use threads and how to make them efficient (which is the whole reason for using threads in the first place). The authors delves into performance issues, comparing threads to processes, contrasting kernel threads to user threads, and showing how to measure speed. He also describes in a simple, clear manner what all the advanced features are for, and how threads interact with the rest of the UNIX system.Topics include: * Basic design techniques * Mutexes, conditions, and specialized synchronization techniques * Scheduling, priorities, and other real-time issues * Cancellation * UNIX libraries and re-entrant routines * Signals * Debugging tips * Measuring performance * Special considerations for the Distributed Computing Environment (DCE).
EUR 33,42
Autre deviseQuantité disponible : Plus de 20 disponibles
Ajouter au panierMixed Media Product. Etat : New. Computers are just as busy as the rest of us nowadays. They have lots of tasks to do at once, and need some cleverness to get them all done at the same time. That's why threads are seen more and more often as a new model for programming. Threads have been available for some time. The Mach operating system, the Distributed Computer Environment (DCE), and Windows NT all feature threads. One advantage of most UNIX implementations, as well as DCE, is that they conform to a recently ratified POSIX standard (originally 1003.4a, now 1003.1c), which allows your programs to be portable between them. POSIX threads are commonly known as pthreads, after the word that starts all the names of the function calls. The standard is supported by Solaris, OSF/1, AIX, and several other UNIX-based operating systems. The idea behind threads programming is to have multiple tasks running concurrently within the same program. They can share a single CPU as processes do, or take advantage of multiple CPUs when available. In either case, they provide a clean way to divide the tasks of a program while sharing data.A window interface can read input on dozens of different buttons, each responsible for a separate task. A network server has to accept simultaneous calls from many clients, providing each with reasonable response time. A multiprocessor runs a number-crunching program on several CPUs at once, combining the results when all are done. All these kinds of applications can benefit from threads. In this book you will learn not only what the pthread calls are, but when it is a good idea to use threads and how to make them efficient (which is the whole reason for using threads in the first place). The authors delves into performance issues, comparing threads to processes, contrasting kernel threads to user threads, and showing how to measure speed. He also describes in a simple, clear manner what all the advanced features are for, and how threads interact with the rest of the UNIX system.Topics include: * Basic design techniques * Mutexes, conditions, and specialized synchronization techniques * Scheduling, priorities, and other real-time issues * Cancellation * UNIX libraries and re-entrant routines * Signals * Debugging tips * Measuring performance * Special considerations for the Distributed Computing Environment (DCE).
Vendeur : California Books, Miami, FL, Etats-Unis
EUR 30,82
Autre deviseQuantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New.
EUR 20,43
Autre deviseQuantité disponible : 2 disponible(s)
Ajouter au panierEtat : New.
EUR 20,43
Autre deviseQuantité disponible : 2 disponible(s)
Ajouter au panierEtat : As New. Unread book in perfect condition.
EUR 36,29
Autre deviseQuantité disponible : Plus de 20 disponibles
Ajouter au panierMixed Media Product. Etat : New. Computers are just as busy as the rest of us nowadays. They have lots of tasks to do at once, and need some cleverness to get them all done at the same time. That's why threads are seen more and more often as a new model for programming. Threads have been available for some time. The Mach operating system, the Distributed Computer Environment (DCE), and Windows NT all feature threads. One advantage of most UNIX implementations, as well as DCE, is that they conform to a recently ratified POSIX standard (originally 1003.4a, now 1003.1c), which allows your programs to be portable between them. POSIX threads are commonly known as pthreads, after the word that starts all the names of the function calls. The standard is supported by Solaris, OSF/1, AIX, and several other UNIX-based operating systems. The idea behind threads programming is to have multiple tasks running concurrently within the same program. They can share a single CPU as processes do, or take advantage of multiple CPUs when available. In either case, they provide a clean way to divide the tasks of a program while sharing data.A window interface can read input on dozens of different buttons, each responsible for a separate task. A network server has to accept simultaneous calls from many clients, providing each with reasonable response time. A multiprocessor runs a number-crunching program on several CPUs at once, combining the results when all are done. All these kinds of applications can benefit from threads. In this book you will learn not only what the pthread calls are, but when it is a good idea to use threads and how to make them efficient (which is the whole reason for using threads in the first place). The authors delves into performance issues, comparing threads to processes, contrasting kernel threads to user threads, and showing how to measure speed. He also describes in a simple, clear manner what all the advanced features are for, and how threads interact with the rest of the UNIX system.Topics include: * Basic design techniques * Mutexes, conditions, and specialized synchronization techniques * Scheduling, priorities, and other real-time issues * Cancellation * UNIX libraries and re-entrant routines * Signals * Debugging tips * Measuring performance * Special considerations for the Distributed Computing Environment (DCE).
EUR 41,27
Autre deviseQuantité disponible : Plus de 20 disponibles
Ajouter au panierMixed Media Product. Etat : New. Computers are just as busy as the rest of us nowadays. They have lots of tasks to do at once, and need some cleverness to get them all done at the same time. That's why threads are seen more and more often as a new model for programming. Threads have been available for some time. The Mach operating system, the Distributed Computer Environment (DCE), and Windows NT all feature threads. One advantage of most UNIX implementations, as well as DCE, is that they conform to a recently ratified POSIX standard (originally 1003.4a, now 1003.1c), which allows your programs to be portable between them. POSIX threads are commonly known as pthreads, after the word that starts all the names of the function calls. The standard is supported by Solaris, OSF/1, AIX, and several other UNIX-based operating systems. The idea behind threads programming is to have multiple tasks running concurrently within the same program. They can share a single CPU as processes do, or take advantage of multiple CPUs when available. In either case, they provide a clean way to divide the tasks of a program while sharing data.A window interface can read input on dozens of different buttons, each responsible for a separate task. A network server has to accept simultaneous calls from many clients, providing each with reasonable response time. A multiprocessor runs a number-crunching program on several CPUs at once, combining the results when all are done. All these kinds of applications can benefit from threads. In this book you will learn not only what the pthread calls are, but when it is a good idea to use threads and how to make them efficient (which is the whole reason for using threads in the first place). The authors delves into performance issues, comparing threads to processes, contrasting kernel threads to user threads, and showing how to measure speed. He also describes in a simple, clear manner what all the advanced features are for, and how threads interact with the rest of the UNIX system.Topics include: * Basic design techniques * Mutexes, conditions, and specialized synchronization techniques * Scheduling, priorities, and other real-time issues * Cancellation * UNIX libraries and re-entrant routines * Signals * Debugging tips * Measuring performance * Special considerations for the Distributed Computing Environment (DCE).
Edité par O'Reilly Media, Inc, USA, 1996
ISBN 10 : 1565921151 ISBN 13 : 9781565921153
Langue: anglais
Vendeur : THE SAINT BOOKSTORE, Southport, Royaume-Uni
EUR 38,74
Autre deviseQuantité disponible : 1 disponible(s)
Ajouter au panierMixed media product. Etat : New. New copy - Usually dispatched within 4 working days. 494.
Vendeur : Ria Christie Collections, Uxbridge, Royaume-Uni
EUR 41,86
Autre deviseQuantité disponible : 1 disponible(s)
Ajouter au panierEtat : New. In.
Vendeur : moluna, Greven, Allemagne
EUR 35,98
Autre deviseQuantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New. The idea behind POSIX threads is to have multiple tasks running concurrently within the same program. This book features realistic examples, a look behind the scenes at the implementation and performance issues, and special topics such as DCE and real-time .
EUR 32,03
Autre deviseQuantité disponible : 2 disponible(s)
Ajouter au panierEtat : As New. Unread book in perfect condition.
EUR 33,40
Autre deviseQuantité disponible : 2 disponible(s)
Ajouter au panierEtat : New.
Edité par Oreilly & Associates Inc, 1996
ISBN 10 : 1565921151 ISBN 13 : 9781565921153
Langue: anglais
Vendeur : Revaluation Books, Exeter, Royaume-Uni
EUR 39,75
Autre deviseQuantité disponible : 2 disponible(s)
Ajouter au panierPaperback. Etat : Brand New. 1st edition. 286 pages. 9.00x7.50x0.50 inches. In Stock.
Vendeur : Orion Tech, Kingwood, TX, Etats-Unis
EUR 4,16
Autre deviseQuantité disponible : 1 disponible(s)
Ajouter au panierpaperback. Etat : Good.
Vendeur : Gulf Coast Books, Cypress, TX, Etats-Unis
EUR 4,22
Autre deviseQuantité disponible : 1 disponible(s)
Ajouter au panierpaperback. Etat : Good.
Vendeur : HPB-Emerald, Dallas, TX, Etats-Unis
EUR 8,80
Autre deviseQuantité disponible : 1 disponible(s)
Ajouter au panierPaperback. Etat : Very Good. Connecting readers with great books since 1972! Used books may not include companion materials, and may have some shelf wear or limited writing. We ship orders daily and Customer Service is our top priority!
Edité par O'Reilly Media, Incorporated, 1996
ISBN 10 : 1565921151 ISBN 13 : 9781565921153
Langue: anglais
Vendeur : TextbookRush, Grandview Heights, OH, Etats-Unis
EUR 11,10
Autre deviseQuantité disponible : 2 disponible(s)
Ajouter au panierEtat : Very Good. Ships SAME or NEXT business day. We Ship to APO/FPO addr. Choose EXPEDITED shipping and receive in 2-5 business days within the United States. See our member profile for customer support contact info. We have an easy return policy.