Zdjęcia produktu


Pthreads Programming (O'Reilly Media)

(1996 / 350 / miękka / 9781565921153)
Literatura obcojęzyczna O'Reilly Media
Dostepność na dzień 18.12.2024: w magazynie

Promocyjna oferta cenowa:

143,26 zł
Sklep Libristo.pl
Przejdź do sklepu Najlepsza oferta w bazie!
Przejdź do sklepu 143,26 zł - najtaniej w bazie!

Prezentowana oferta sklepu Libristo.pl jest najbardziej atrakcyjna cenowo spośród setek sklepów internetowych w naszej bazie. Przeglądaj pełny ranking cen i ofert Porównanie cen następuje w czasie rzeczywistym.

Recenzje i opinie

Opis produktu Pthreads Programming

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 kanon is supported aby 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)

Dane oraz specyfikacja:

Ranking ofert - najlepsze promocyjne ceny 2017

  • Pthreads Programming (sklep Libristo.pl)
    143,26 zł Sklep Libristo.pl
    Przejdź do sklepu

W naszym rankingu znajduje się 1 promocyjnych ofert w cenie 143,26 zł.

Opinie i recenzje użytkowników

Dodaj opinie lub recenzję dla Pthreads Programming. Twój komentarz zostanie wyświetlony po moderacji.

Produkty powiązane

  • Developing Apps with GPT-4 and ChatGPT

    Zobacz w sklepie Developing Apps with GPT-4 and ChatGPT
    O'Reilly Media
    289,11 zł
  • JBoss - A Developer's Notebook

    Zobacz w sklepie JBoss - A Developer's Notebook
    O'Reilly Media
    There's nothing ordinary about JBoss. What began, as an open source EJB container project six years ago has become a fully certified J2EE 1.4...
    125,88 zł
  • Java Web Services

    Zobacz w sklepie Java Web Services
    O'Reilly Media
    For many Java developers, web services appeared to come out of nowhere. Its advantages are clear: web services are platform-independent (like...
    191,11 zł
  • Programming WPF 2e

    Zobacz w sklepie Programming WPF 2e
    O'Reilly Media
    If you want to build applications that take full advantage of Windows Vista's new user interface capabilities, you need to learn Microsoft's...
    195,29 zł
  • Erlang programming O'reilly media

    Zobacz w sklepie Erlang programming O'reilly media
    O'Reilly Media
    A Concurrent Approach to Software Development
    183,37 zł
  • Beginning BeagleBone

    Zobacz w sklepie Beginning BeagleBone
    O'Reilly Media
    Many people think of Linux as a computer operating system, running on users' desktops and powering servers. But Linux can also be found inside...
    56,68 zł
  • Ai for games developers O'reilly media

    Zobacz w sklepie Ai for games developers O'reilly media
    O'Reilly Media
    Advances in 3D visualization and physics-based simulation technology make it possible for game developers to create compelling, visually immersive...
    143,26 zł
  • O'reilly media Java & xml data binding

    Zobacz w sklepie O'reilly media Java & xml data binding
    O'Reilly Media
    More Java developers want to work with XML, the technology that enables data to be transported intact over the Internet, but they don't have...
    125,88 zł
  • Time management for system administrators O'reilly media

    Zobacz w sklepie Time management for system administrators O'reilly media
    O'Reilly Media
    Time is a precious commodity, especially if you're a system administrator. No other job pulls people in so many directions at once. Users interrupt...
    125,88 zł
  • Perl cookbook O'reilly media

    Zobacz w sklepie Perl cookbook O'reilly media
    O'Reilly Media
    "Perl Cookbook" is a comprehensive collection of problems, solutions, and practical examples for anyone programming in Perl. The book contains...
    178,01 zł
  • Learning Microsoft Power Apps

    Zobacz w sklepie Learning Microsoft Power Apps
    O'Reilly Media
    212,66 zł
  • O'reilly media Practical c programming 3e

    Zobacz w sklepie O'reilly media Practical c programming 3e
    O'Reilly Media
    There are lots of introductory C books, but this is the first one that has the no-nonsense, practical approach that has made Nutshell Handbooks(r)...
    160,63 zł

Inne w kategorii Literatura obcojęzyczna