![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Regarding Shell Script References,PDF and Tutorials | sollins | Shell Programming and Scripting | 2 | 05-20-2008 12:08 AM |
| Threads and Threads Count ? | varungupta | UNIX for Advanced & Expert Users | 2 | 03-21-2008 05:23 PM |
| Compound indirect variable references | tkrussel | UNIX for Advanced & Expert Users | 5 | 08-21-2005 07:03 AM |
| AIX References? | lmwical | AIX | 1 | 09-21-2003 10:13 PM |
| IRIX books, manuals, references... | lozinit | UNIX for Dummies Questions & Answers | 6 | 11-29-2000 08:21 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Wanted: References on Sockets and Threads for C
I'm looking at http://www.opengroup.org/pubs/online...pthread.h.html trying to understand mutexs and semaphores. Windows makes a distinction between the two. Is a mutex and semaphore different in unix land?
Is there a tutorial on threading in unix somewhere? I'm also looking at http://www.opengroup.org/pubs/online.../xns/recv.html hoping to find a tutorial or overview. Anybody know of one? Thanks, Siegfried |
| Forum Sponsor | ||
|
|
|
|||
|
A mutex is a mutual exclusion sempahore.
http://www.ecst.csuchico.edu/~beej/guide/ipc/ This starts basic IPC It has a link to Beej's Socket Programming Tutorial which is also what you need. |
|
||||
|
Quote:
|
||||
| Google The UNIX and Linux Forums |