|
|
|
|
|
by felixge
5456 days ago
|
|
I have a binding for *nix fork() here: https://github.com/felixge/node-nix However, you need to know what you are doing, otherwise you'll have multiple processes draining the same file descriptors which will give you some nice surprises : ) |
|