Hi all,
It appears from looking at the worker code that if worker script enters into
an infinite loop, the associated worker thread/process will never exit. The
JavaScriptCore implementation uses the JSC "timeoutChecker" mechanism to
halt script execution. Is there an analog we can use for V8?

I didn't see anything that looked particularly likely from a quick browse
through the v8 headers, and I also didn't see anything similar for page
script in V8Proxy.cpp, so I'm obviously missing something since page script
handles infinite loops gracefully.

-atw

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to