![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| A program to trace execution of another program | jiten_hegde | High Level Programming | 3 | 08-19-2008 02:26 AM |
| How to write to stdin of another program (program A -> [stdin]program B) | vvaidyan | UNIX for Dummies Questions & Answers | 3 | 08-02-2008 02:21 PM |
| How to write to stdin of another program (program A -> [stdin]program B) | vvaidyan | High Level Programming | 1 | 04-30-2008 10:44 AM |
| Program help | Kamerin | Shell Programming and Scripting | 2 | 09-28-2007 01:06 PM |
| executing a program within a program | Gekko | High Level Programming | 4 | 06-27-2002 12:36 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
C program
Can anyone tell me how to.....
program to create multiple threads (one master thread and rest worker threads) and using the threads write into and read from shared memory Restrictions: Only one thread should be able to read at any instant of time into shared memory region. Only one thread should be able to write at any instant of time into shared memory region. Worker threads should inform the master thread after every read and write operation. Master thread inform the worker thread (which is waiting to acquire shared memory region) that read or write operation is successful and it can acquire the memory for either reading and writing operations. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
ok, whats your doubt here ?
Post us what you have tried so far. What is the difficult here ? How could we help you progress further ? |
|
#3
|
|||
|
|||
|
Thread prog
I have attached "C program". In the program I am trying to create shared memory. I am also trying to create multiple threads to read and write into shared memory. I am able to create shared memory and number of threads (reader and writer threads) but I am not able to perform read and write operations using the theads.
Could you please check the program and modify it. |
|||
| Google The UNIX and Linux Forums |