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 child process). The solution is the FD_CLOEXEC fcntl on the open filehandle, but I'd like to get confirmation from elsewhere/highlight it to DRH/the list to make them aware of it.