![]() |
|
|
|
|
|||||||
| 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 |
| Threads and Threads Count ? | varungupta | UNIX for Advanced & Expert Users | 2 | 03-21-2008 06:23 PM |
| How many threads do I use ? | the_learner | UNIX for Advanced & Expert Users | 5 | 07-17-2007 02:31 PM |
| Shared memory in shared library | DreamWarrior | High Level Programming | 12 | 05-30-2007 01:33 PM |
| threads | vijlak | SUN Solaris | 3 | 01-29-2007 04:55 PM |
| nfs threads | i2admin | UNIX for Advanced & Expert Users | 1 | 03-06-2003 08:28 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Can FD's be shared between threads?
Hello,
Can a FD (file desc.) from a pipe(...); call be shared between a thread? / Henrik |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
I should think so... Threads share memory don't they?
|
|
#3
|
|||
|
|||
|
Quote:
threads which work out on the same address space do share the memory. In addition to that they share, File/Socket descriptors Signal handling Current working directory UID/GID |
|||
| Google The UNIX and Linux Forums |