About · Contact · Add A Site · Edit Your Site  
Search for:
Home Engineering and Technology Computers and Internet Programming and Development Threads
 
Introduction to Programming Threads
Introduction to Programming Threads This course will introduce 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. This course is for the intermediate to advanced programmer and assumes the programmer is familiar with C and UNIX like systems. Course Outline Wednesday, January 12, 2000 Introduction Basic Thread ...
preview site 4 Star Rating www.mit.edu/people/proven/IAP_2000/index.html   reviews
LinuxThreads Frequently Asked Questions
LinuxThreads Frequently Asked Questions (with answers) A. The big picture B. Getting more information C. Issues related to the C library D. Problems, weird behaviors, potential bugs E. Missing functions, wrong types, etc F. C++ issues G. Debugging LinuxThreads programs H. Compiling multithreaded code; errno madness I. X-Windows and other libraries J. Signals and threads K. Internals of ...
preview site 4 Star Rating pauillac.inria.fr/~xleroy/linuxthreads/faq.html   reviews
Survey of Threads
Threads are defined as light weight processes. They are the basic unit of CPU scheduling and is a sequential execution stream within a process. All processes have five hundamental parts; code, data, stack, file I/O and signal tables. This creates a significan amount of overhead when switching. Threads reduce overhead by sharing fundamental parts. By sharing, switching happens much more ...
preview site 2 Star Rating www.northco.net/chenke/project/project2.html   reviews
Copyright © 1994-2008 eiNET.net   |   About   Contact   Terms of Use   Privacy Policy