You might be able to do something with a heap dump.  I'm not sure
about restoring it in a separate process.  Check out:

https://github.com/davepacheco/node-heap-dump

But yah.. this is not a project for the faint of heart.





On Aug 18, 8:36 am, Zhao Cheng <[email protected]> wrote:
> Hi, I need to transfer arbitrary v8::Value between two processes(in
> fact, two node.js instances), currently I'm using JSON.stringify to
> convert v8::Value to a string in one process, and then use JSON.parse
> to restore it. It's rather ugly.
>
> Is there a way to directly transfer the the underlying data of
> v8::Value between processes?

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to