I cannot lie, fork() is one of my favorite syscalls.
-
-
Isn't that just the Linux way of thinking? - Also when would you use clone() directly, I would always use either pthread_* calls or fork(), but never felt the urge to use clone() directly.
-
threads that don't share the fd table, so that fdget() and fdput() are faster. child processes that do share the fd table. threads that can set their own umask and cwd instead of sharing them with all their sibling threads (secure bind() on unix domain sockets requires umask).
- 5 more replies
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.