Re: [nodejs] sending memory across processes

2013-11-12 Thread Ben Noordhuis
On Tue, Nov 12, 2013 at 1:12 PM, Toni Wagner wrote: > The scenario: 2 node instances, A & B, (same server, different servers - no > matter). I want to copy a variable (any kind) from A to B. > As far as i know I have to serialize it, send it, and deserialize it. > Now my understanding of V8 is ba

[nodejs] sending memory across processes

2013-11-12 Thread Toni Wagner
The scenario: 2 node instances, A & B, (same server, different servers - no matter). I want to copy a variable (any kind) from A to B. As far as i know I have to serialize it, send it, and deserialize it. Now my understanding of V8 is basically zero. But shouldn't it be possible to get a memor