The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-child-process-fork-net.js @ 6f043940

History | View | Annotate | Download (6 KB)

# Date Author Comment
9a4e5937 06/13/2013 07:33 AM Veres Lajos

test: minor typo fixes

d614d161 06/16/2012 07:26 PM isaacs

test: Don't reuse common.PORT in test-child-process-fork-net

This fixes #3447

dceebbfa 05/14/2012 10:47 AM Andreas Madsen

child_process: allow sending a net Socket and Server object using child.send

child_process.fork() support sending native hander object, this patch add support for sending
net.Server and net.Socket object by converting the object to a native handle object and back...