On 6/27/07, Bill KING <[EMAIL PROTECTED]> wrote:
Can someone else confirm this for me?
Yes.
On unix, I'm seeing processes that have been clone/exec'd inheriting
file handles to sqlite databases that were opened in the parent process
(and hence subsequently don't/can't get closed in the chil
Can someone else confirm this for me?
On unix, I'm seeing processes that have been clone/exec'd inheriting
file handles to sqlite databases that were opened in the parent process
(and hence subsequently don't/can't get closed in the child process).
The solution is the FD_CLOEXEC fcntl on the open
2 matches
Mail list logo