[ifrss] [ifrss]
Kamusta - The Pinoy Web Directory - Philippines
Melibea Web Directory  |  Save your Bookmarks

POSIX

Categories:

See Also:
Editor's Picks:

» Threads Open in a new browser window - The Single UNIX Specification (Version 2) standard for threads. Includes manual pages of all POSIX thread functions.

Sites:

» An Introduction to POSIX Threads Open in a new browser window - This article demystifies the POSIX thread interface, providing practical examples of threaded code for consideration.
» GNU Pth Open in a new browser window - Portable Threads: portable POSIX/ANSI-C library for Unix gives non-preemptive priority-based scheduling for multithreading in programs. All threads run in same address space, each has its own program counter, run time stack, signal mask, errno variable; c
» Introduction to Programming Threads Open in a new browser window - Introduces what threads are, why they are useful and how to program with them using the POSIX 1003.1c thread standard and API bindings for C.
» LinuxThreads FAQ Open in a new browser window - Frequently asked questions about the kernel-level multi-threading library for Linux.
» Multi-Threaded Programming with POSIX Threads Open in a new browser window - Attempts to show how the library's features can be used in "real-life" programs. It explains the different tools defined by the library, shows how to use them, and then gives an example of using them to solve programming problems.
» Multithreaded Programming (pthreads Tutorial) Open in a new browser window - Dives into the world of threads with a little bit of "theory" first. Examine thread synchronization primitives and how to use POSIX pthreads. Finally, it finishes off with thread performance and a brief overview of multiprocess programming.
» Multithreaded Programming with Pthreads Open in a new browser window - In addition to scheduling, synchronization and signal handling special emphasis is placed on cancellation, error expedition, performance, hardware and languages. (Daniel J. Berg, Bil Lewis)
» Native POSIX Thread Library (NPTL) 0.1 Released Open in a new browser window - Initial performance: 8x Linux Threads, 4x NGPT. [Linux Weekly News]
» Native POSIX Thread Library: NPTL Open in a new browser window - White paper describes actual implementation of thread library for which requirements are spelled out in a prior document. Many things are different. [PDF]
» POSIX Synchronous Wrappers Open in a new browser window - A set of C++ wrappers for posix synchronous entities such as pthread, mutexes and condition.
» POSIX Threads Explained, Part 1 Open in a new browser window - How to use POSIX threads to increase the responsiveness and performance of your code.
» POSIX Threads Explained, Part 2 Open in a new browser window - How to protect the integrity of shared data structures in threaded code by using mutexes.
» POSIX Threads Explained, Part 3 Open in a new browser window - How to use condition variables.
» POSIX Threads Programming Open in a new browser window - Provides an overview of threads programming and the POSIX threads API.
» POSIX Threads Tutorial Open in a new browser window - How to write parallel applications using POSIX threads. By Mark Hays.


This category needs an editor

Last Updated: 2007-04-26 20:46:09


Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor

The content of this directory is based on the Open Directory