>From the docs:
> Under Unix, you should not carry an open SQLite database across a
> fork() system call into the child process. Problems will result if you
> do.
What if I fork a process that promises not to use the handle, and
furthermore the child process certainly dies before the parent does?
Will this still cause problems?
What if I add an additional assumption that the parent process is the
only process that ever accesses the database?
--
Eric A. Smith
Slurm, n.:
The slime that accumulates on the underside of a soap bar when
it sits in the dish too long.
-- Rich Hall, "Sniglets"
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users