I posted a reply to your v8-users topic regarding thread cleanup. We use V8 heavily in a threaded server side environment with pool of Isolates. Having leaks of any kind is not acceptable (we are doing nightly reboots now because of V8 leaks) Automatic cleanup would be best. Manually via new API works fine too. Just fix it ASAP and DOCUMENT somewhere.
Thanks for your work on this Alex! Mike M. -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
