On 8/24/16 5:04 PM, Adam Danischewski wrote:
> Actually I misspoke before, there /is /this issue on Solaris 10. I didn't
> update the logic sufficiently to detect it at first. So it looks like this
> is could be a potentially more significant issue -- affecting enterprise
> user markets. 

I suggest that these enterprise user markets have developed ways to deal
with this, since it's how Unix has behaved from its earliest days.

File descriptors are inherited from parent to child, and descriptors
duplicated using dup/dup2/fcntl share the same underlying file object,
including the file pointer.  Posix standardizes this historical behavior.

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    c...@case.edu    http://cnswww.cns.cwru.edu/~chet/

Reply via email to