On Tue, Apr 19, 2011 at 6:25 AM, TengAttack <[email protected]> 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. v8 cannot run JS in multiple threads at the same time. Client code must use Locker to synchronize the threads. -- ----- stephan beal http://wanderinghorse.net/home/stephan/ -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
