in reply to Re: fork() and defunct children
in thread fork() and defunct children
Not write to -- read from. It won't be faster, but the children will mostly be shelling out system commands, and occasionally doing something like SHOW CREATE TABLE to the database. So the DB accesses will be few and short, while the children mostly spend time waiting for system() calls to finish.