2700 threads
9 threads
1 email from 1 person
Hello, Xapian-Connect() + fork() + exec() will result in a handle leak, because the file handles remain open during `exec()`. Maybe to open the handles with "O_CLOEXEC" or to flag them using `fcntl(FD_CLOEXEC)`? Thanks Marcus