Home
Music_Metasearch
Music Top Sites
Music Store

AllMusicListings
Concert Listings
Concert Tickets

AllMusicTalk
Chat Rooms
Message Boards

MusicNews
Pop Music News
Pop Music Reviews
Music Business
MP3 News

Community Blogs
Free Member Blogs

AllMusicPages
Free Web Pages

AllMusicBookmarks
Your Bookmarks

AllMusicFun
Musical Postcards
Relationship Test
Tarot Readings
Numerology

Music Auctions
Auctions
Classifieds

Music Apparel
AllMusicSearch Apparel

Music Store
MP3 Players
Audio Equipment
MP3 Software

Musical Instruments

Music Books
Music Magazines

Music T-Shirts

Alternative Rock
Blues
Broadway & Vocal
Children's
Christian & Gospel
Classic Rock
Classical
Country
Dance & DJ
Folk
Hard Rock & Metal
International
Jazz
Latin Music
Miscellaneous
New Age
Opera & Vocal
Pop
R&B
Rap & Hip-Hop
Rock
Soundtracks

Music Videos
Music DVDs

AllMusicSearch Music Directory
Web Directory
AllMusicSearch.com Music Guide

POSIX (19)

Categories:

See Also:
Editor's Picks:

http://www.opengroup.org/onlinepubs/009695399/functions/xsh_chap02_09.html
» Threads Open in a new browser windowEditor's Pick
   The Open Group Base Specifications Issue 6 (IEEE Std 1003.1, 2004 Edition) chapter for threads. Includes manual pages of all POSIX thread functions.
   http://www.opengroup.org/onlinepubs/009695399/functions/xsh_chap02_09.html

Sites:

http://www.ibm.com/developerworks/library/l-pthred.html
» 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.
   http://www.ibm.com/developerworks/library/l-pthred.html
http://www.gnu.org/software/pth/
» 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
   http://www.gnu.org/software/pth/
http://www.mit.edu/people/proven/IAP_2000/index.html
» 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.
   http://www.mit.edu/people/proven/IAP_2000/index.html
http://pauillac.inria.fr/~xleroy/linuxthreads/faq.html
» LinuxThreads FAQ Open in a new browser window
   Frequently asked questions about the kernel-level multi-threading library for Linux.
   http://pauillac.inria.fr/~xleroy/linuxthreads/faq.html
http://0pointer.de/blog/projects/mutrace.html
» Measuring Lock Contention Open in a new browser window
   A mutex profiler called mutrace that in contrast to valgrind/drd does not virtualize the CPU instruction set, making it a lot faster. In fact, the hooks mutrace relies on to profile mutex operations should only minimally influence application runtime. mut
   http://0pointer.de/blog/projects/mutrace.html
http://users.actcom.co.il/~choo/lupg/tutorials/multi-thread/multi-thread.html
» 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.
   http://users.actcom.co.il/~choo/lupg/tutorials/multi-thread/multi-thread.html
http://vergil.chemistry.gatech.edu/resources/programming/threads.html
» 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.
   http://vergil.chemistry.gatech.edu/resources/programming/threads.html
http://www.phptr.com/bookstore/product.asp?isbn=0136807291&rl=1
» 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)
   http://www.phptr.com/bookstore/product.asp?isbn=0136807291&rl=1
http://wwws.sun.com/software/whitepapers/solaris9/multithread.pdf
» Multithreading in the Solaris Operating Environment Open in a new browser window
   Describes the new thread implementation of the Solaris 9 Operating Environment which adopted a highly tuned and tested "1:1" thread model in preference to the historic "MxN" implementation.
   http://wwws.sun.com/software/whitepapers/solaris9/multithread.pdf
http://lwn.net/Articles/10465/
» Native POSIX Thread Library (NPTL) 0.1 Released Open in a new browser window
   Initial performance: 8x Linux Threads, 4x NGPT. [Linux Weekly News]
   http://lwn.net/Articles/10465/
http://people.redhat.com/drepper/nptl-design.pdf
» 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.
   http://people.redhat.com/drepper/nptl-design.pdf
http://www.ibm.com/developerworks/library/l-posix1.html
» 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.
   http://www.ibm.com/developerworks/library/l-posix1.html
http://www.ibm.com/developerworks/library/l-posix2/
» 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.
   http://www.ibm.com/developerworks/library/l-posix2/
http://www.ibm.com/developerworks/library/l-posix3/
» POSIX Threads Explained, Part 3 Open in a new browser window
   How to use condition variables.
   http://www.ibm.com/developerworks/library/l-posix3/
http://www.llnl.gov/computing/tutorials/pthreads/
» POSIX Threads Programming Open in a new browser window
   Provides an overview of threads programming and the POSIX threads API.
   http://www.llnl.gov/computing/tutorials/pthreads/
http://www.laptev.org/doc/pthreads.html
» POSIX Threads Tutorial Open in a new browser window
   How to write parallel applications using POSIX threads. By Mark Hays.
   http://www.laptev.org/doc/pthreads.html
http://devresource.hp.com/drc/resources/pthread_wp_jul2004.pdf
» POSIX Threads on HP-UX 11i Open in a new browser window
   Provides an overview of the thread model implementation on HP-UX 11i and describes the impact that each thread model has on application behavior and performance.
   http://devresource.hp.com/drc/resources/pthread_wp_jul2004.pdf
http://www.linuxdevcenter.com/pub/a/linux/2007/05/24/semaphores-in-linux.html
» Semaphores in Linux Open in a new browser window
   An explanation of semaphores under Linux, including a comparison of System V and POSIX style semaphores. Code examples show how semaphores are used.
   http://www.linuxdevcenter.com/pub/a/linux/2007/05/24/semaphores-in-linux.html

This category needs an editor

Last Updated: 2007-01-02 19:58:27



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 and has been modified by AllMusicSearch.com editors

Free previews by Thumbshots.org