![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| help About fifo and thread | bblackened | High Level Programming | 0 | 05-16-2009 07:51 AM |
| Doubts on FIFO | Akshay | UNIX for Dummies Questions & Answers | 0 | 06-06-2008 07:56 AM |
| Threads and Threads Count ? | varungupta | UNIX for Advanced & Expert Users | 2 | 03-21-2008 09:23 PM |
| how to use fifo | atticus | High Level Programming | 3 | 06-05-2006 10:15 AM |
| FIFO over NFS | saabir | UNIX for Advanced & Expert Users | 2 | 08-06-2003 08:03 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
How to see a FIFO from all the threads?
Hello C programming fellows!!!
I'm doing a program with multiple threads in gnu/linux, ubuntu for beeing precise... This program consist in multiple threads, as logical each thread do different things and communicate to each other using IPC. The problem is that in "process 1" I have a FIFO, an ordinary one (using malloc), and I need the same FIFO to be poped a pushed from all the threads... I've been trying different things but nothing work... Is this possible??? Where can I read something about this??? The other possibility is to make a FIFO for each thread and keep them updated using some invented protocol between threads, but I would prefer not doing this because I'm wasting lots of memory. Someone have (is correct or I have to use has??) any idea??? Thanks in advance!!! bye! |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|