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.js @ 6f043940

History | View | Annotate | Download (1.9 KB)

# Date Author Comment
74a8215a 02/06/2012 09:44 AM Ben Noordhuis

Revert support for isolates.

It was decided that the performance benefits that isolates offer (faster spin-up
times for worker processes, faster inter-worker communication, possibly a lower
memory footprint) are not actual bottlenecks for most people and do not outweigh...

4428b70c 12/28/2011 07:56 PM Ryan Dahl

Add isolate version of test-child-process-fork

6df7bdd9 12/17/2011 07:29 PM Ben Noordhuis

child_process: make .send() throw if message is undefined

JSON.stringify(undefined) returns "undefined" but JSON.parse() doesn't know how
to parse that.

fd29448b 12/06/2011 04:02 PM Ben Noordhuis

test: add missing copyright headers

a09b747f 10/14/2011 11:15 AM koichik

child_process.fork: don't modify args

Fixes #1888.

f6d88952 10/07/2011 01:56 AM Ryan Dahl

mv test-child-process-spawn-node.js test/simple/test-child-process-fork.js