Re: [v8-users] v8 - Can v8 Engine Run different javascript in multi-thread in the same time?

2011-04-19 Thread Stephan Beal
On Tue, Apr 19, 2011 at 6:25 AM, TengAttack tengatt...@gmail.com wrote: Hello, Can v8 Engine Run different javascript in multi-thread in the same time? I got the infomation from internet, they said it should v8::Locker, but I don't want to use it. How should I do? You have to use Locker.

Re: [v8-users] v8 - Can v8 Engine Run different javascript in multi-thread in the same time?

2011-04-19 Thread Matt Seegmiller
What about using Isolates? If I understand them correctly, they allow for multiple instances of V8 running from different threads interacting with different contexts and JS objects at the same time. For anyone working on them, is that correct? And are they ready to be used? Last time I looked

Re: [v8-users] v8 - Can v8 Engine Run different javascript in multi-thread in the same time?

2011-04-19 Thread joko suwito
On 20/04/2011, Matt Seegmiller m...@muzzylane.com wrote: What about using Isolates? If I understand them correctly, they allow for multiple instances of V8 running from different threads interacting with different contexts and JS objects at the same time. For anyone working on them, is that

[v8-users] v8 - Can v8 Engine Run different javascript in multi-thread in the same time?

2011-04-18 Thread TengAttack
Hello, Can v8 Engine Run different javascript in multi-thread in the same time? I got the infomation from internet, they said it should v8::Locker, but I don't want to use it. How should I do? -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users