Hi,

I am wondering what is the purpose of the options "--isolate" for the 
stand-alone binary d8. It is pretty interesting that the option '--isolate' 
could be used to launch multiple JavaScripts and runtime them truly in 
parallel. However, since JavaScript is single-threaded by design. This 
puzzles to me that one JavaScript file may not talk to the other one.

So my purpose is to run two JS files, say a.js and b.js. Now I use this 
command:

./d8 a.js --isolate b.js


Now, my question is could I make a.js be able to talk to b.js in some way?

Thanks. 

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to