| http://www.w3.org/ns/prov#value | - But threads are definitely not the same as fork().A forked process can basically do whatever it wants without problems, including closing file descriptors, which are just copies of the parent's.But a thread is equivalent to its parent, and if it closes a file, the file will be closed in the original thread too.Mark
|