Da: medimops, Berlin, Germania
EUR 4,55
Convertire valutaQuantità: 2 disponibili
Aggiungi al carrelloCondizione: 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.
Da: medimops, Berlin, Germania
EUR 4,89
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloCondizione: 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.
EUR 1,71
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloPaperback. Condizione: Fine.
Da: ThriftBooks-Reno, Reno, NV, U.S.A.
EUR 6,43
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloPaperback. Condizione: Very Good. No Jacket. May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend Less 1.11.
Da: ThriftBooks-Atlanta, AUSTELL, GA, U.S.A.
EUR 6,43
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloPaperback. Condizione: Very Good. No Jacket. May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend Less 1.11.
Da: ThriftBooks-Dallas, Dallas, TX, U.S.A.
EUR 6,43
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloPaperback. Condizione: Very Good. No Jacket. May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend Less 1.11.
Da: MusicMagpie, Stockport, Regno Unito
EUR 4,78
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloCondizione: Very Good. 1730901693. 11/6/2024 2:01:33 PM.
Da: London Bridge Books, London, Regno Unito
EUR 4,79
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrellopaperback. Condizione: Fair.
Condizione: Sehr gut. Zustand: Sehr gut | Sprache: Englisch | Produktart: Bücher.
Editore: O'Reilly Media, Incorporated, 1996
ISBN 10: 1565921151 ISBN 13: 9781565921153
Lingua: Inglese
Da: Better World Books: West, Reno, NV, U.S.A.
EUR 6,19
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloCondizione: Good. Used book that is in clean, average condition without any missing pages.
Editore: O'Reilly Media, Incorporated, 1996
ISBN 10: 1565921151 ISBN 13: 9781565921153
Lingua: Inglese
Da: Better World Books, Mishawaka, IN, U.S.A.
EUR 6,19
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloCondizione: Good. Used book that is in clean, average condition without any missing pages.
EUR 6,48
Convertire valutaQuantità: 2 disponibili
Aggiungi al carrelloCondizione: 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.
Editore: O'Reilly Media 01.10.1996., 1996
ISBN 10: 1565921151 ISBN 13: 9781565921153
Lingua: Inglese
Da: NEPO UG, Rüsselsheim am Main, Germania
EUR 19,68
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloCondizione: Gut. 286 Seiten ex library book - Sprache: Englisch Gewicht in Gramm: 469 23,2 x 17,8 x 2,0 cm, Taschenbuch.
EUR 30,99
Convertire valutaQuantità: Più di 20 disponibili
Aggiungi al carrelloMixed Media Product. Condizione: 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 32,65
Convertire valutaQuantità: Più di 20 disponibili
Aggiungi al carrelloMixed Media Product. Condizione: 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 18,99
Convertire valutaQuantità: 2 disponibili
Aggiungi al carrelloCondizione: New.
EUR 18,99
Convertire valutaQuantità: 2 disponibili
Aggiungi al carrelloCondizione: As New. Unread book in perfect condition.
Da: California Books, Miami, FL, U.S.A.
EUR 30,72
Convertire valutaQuantità: Più di 20 disponibili
Aggiungi al carrelloCondizione: New.
EUR 33,67
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloMixed media product. Condizione: New. New copy - Usually dispatched within 4 working days. 494.
EUR 35,98
Convertire valutaQuantità: Più di 20 disponibili
Aggiungi al carrelloCondizione: 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 .
Da: Best Price, Torrance, CA, U.S.A.
EUR 23,41
Convertire valutaQuantità: 2 disponibili
Aggiungi al carrelloCondizione: New. SUPER FAST SHIPPING.
EUR 32,07
Convertire valutaQuantità: 2 disponibili
Aggiungi al carrelloCondizione: As New. Unread book in perfect condition.
EUR 32,64
Convertire valutaQuantità: 2 disponibili
Aggiungi al carrelloCondizione: New.
Da: Ria Christie Collections, Uxbridge, Regno Unito
EUR 40,61
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloCondizione: New. In.
Da: Revaluation Books, Exeter, Regno Unito
EUR 39,77
Convertire valutaQuantità: 2 disponibili
Aggiungi al carrelloPaperback. Condizione: Brand New. 1st edition. 286 pages. 9.00x7.50x0.50 inches. In Stock.
Da: Gulf Coast Books, Cypress, TX, U.S.A.
EUR 3,49
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrellopaperback. Condizione: Good.
Da: Orion Tech, Kingwood, TX, U.S.A.
EUR 3,49
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrellopaperback. Condizione: Good.
Da: Your Online Bookstore, Houston, TX, U.S.A.
EUR 4,38
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloPaperback. Condizione: Good.
Editore: O'Reilly Media, Incorporated, 1996
ISBN 10: 1565921151 ISBN 13: 9781565921153
Lingua: Inglese
Da: TextbookRush, Grandview Heights, OH, U.S.A.
EUR 11,06
Convertire valutaQuantità: 2 disponibili
Aggiungi al carrelloCondizione: 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.
Da: Greenworld Books, Arlington, TX, U.S.A.
EUR 4,39
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloCondizione: good. Fast Free Shipping â" Good condition book with a firm cover and clean, readable pages. Shows normal use, including some light wear or limited notes highlighting, yet remains a dependable copy overall. Supplemental items like CDs or access codes may not be included.