Re: [sqlite] Seeing a file handle issue with sqlite.

2007-06-27 Thread Andrew Finkenstadt
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

[sqlite] Seeing a file handle issue with sqlite.

2007-06-27 Thread Bill KING
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