in reply to Re^3: HPUX corruption of file handle after fork
in thread HPUX corruption of file handle after fork
I'm not into this enough to look at perl source code, but I find it hard to imagine it's got something special about the way it calls close() for HPUX.
H'm. To me it means I have to be careful with explicitly opened files when calling fork(). perl open() is probably safe.
If you find out more do let me know, but I'm willing to use fork() now, just I know what to expect.
Thanks - Abe
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: HPUX corruption of file handle after fork
by sgt (Deacon) on Dec 10, 2007 at 22:50 UTC | |
by Abe (Acolyte) on Jan 31, 2008 at 16:57 UTC |