Pavel, I am fully aware of clone(2).  But clone() is not standard, and the
modern Linux pthreads implementation is faithful to the pthreads
specification.  POSIX threads are schedulable threads of execution that
share a process' address space.  I will grant that my advice regarding
vfork() is based on my Solaris experience, but it's also based on
fundamental properties of those system calls, and, moreover, my advice is to
use posix_spawn(), not vfork().

Nico
--
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to