Thus said Jan Nijtmans on Tue, 14 Jan 2014 10:33:57 +0100: > And the last one which doesn't affect fossil > at all because fossil doesn't use fork(): > <https://www.mail-archive.com/[email protected]/msg81284.html>
Technically it does use fork() for SSH sync operations but I don't believe it fits the description in the above mentioned mailing list post because the forked process is an SSH process, not another process with sqlite code running in it (well, ok, it forks SSH which then runs fossil, but clearly the sqlite code running in that process is unrelated). Andy -- TAI64 timestamp: 4000000052d55469 _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

