RE: File descriptor lossage during thread termination

2004-10-06 Thread Ivan Warren
> > However, I am encountering a situation when another thread (not > necessaraly > involved in the above communication) under the same process, terminates > (through return), some (or all) of the pipe (and possibly other) file > descriptors become unavailable. This leads to, such symptoms as 'sel

File descriptor lossage during thread termination

2004-10-06 Thread Ivan Warren
Hello, I am encountering the following problem : I have a multithreaded application. Some of the inter-thread communication is performed by pipes (pipe()).. One thread issues a 'select' and the other one writes to it.. However, I am encountering a situation when another thread (not necessaraly i