![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| semaphore | raguramtgr | UNIX for Dummies Questions & Answers | 7 | 06-15-2009 10:39 AM |
| Semaphore | Jaken | Shell Programming and Scripting | 2 | 04-04-2009 06:10 PM |
| Example for use of kernel semaphore | Rakesh Ranjan | High Level Programming | 3 | 03-20-2006 05:33 AM |
| Semaphore | vjsony | UNIX for Dummies Questions & Answers | 3 | 04-07-2003 03:06 PM |
| semaphore | yls177 | UNIX for Dummies Questions & Answers | 1 | 10-09-2002 12:18 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
semaphore program
Hello,
can you help me to write this program? Write a program that create 2 processes and 1 named pipe,where 1st child calculate 1st prime number, send it to pipe. 2nd process reads it from pipe and calculates next prime number and send it back to pipe.Controle synchronization with a semaphore. Example of execution Process 1527 prime number is 1 Process 1528 prime number is 3 Process 1527 prime number is 5 Etc… N.B:while 1st process calculates ,2nd process should be blocked by semaphore thanks |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|