Name: Anonymous 2009-10-23 17:55
Sup /circlejerk/, whats a good book for learning /circlejerk/.
"In that direction," the Cat said, waving its right paw round, "lives a Hatter: and in that direction," waving the other paw, "lives a March Hare. Visit either you like: they're both mad."
"But I don't want to go among mad people," Alice remarked.
"Oh, you ca'n't help that," said the Cat: "we're all mad here. I'm mad. You're mad."
"How do you know I'm mad?" said Alice.
"You must be, said the Cat, "or you wouldn't have come here."
fork() too, and since the nasty Win32 subsystem is not involved, you don't have the egregious process creation cost.NtCreateProcess, which is how their version of fork() works. Too bad the Win32 API CreateProcess is basically a wrapper for NtCreateProcess which ommits that feature(likely because of backwards compatiblity - however nothing stops them from making a CreateProcessExA/W function).