2009/8/12 Drew Wilson <[email protected]>: > 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?
Not yet, but there is a clear need and a design is in place. > 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 > > > -- Erik Corry, Software Engineer Google Denmark ApS. CVR nr. 28 86 69 84 c/o Philip & Partners, 7 Vognmagergade, P.O. Box 2227, DK-1018 Copenhagen K, Denmark. --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
