On Tue, Sep 18, 2012 at 1:25 PM, Bruno Jouhier <[email protected]> wrote: > Implemented as green threads or coroutines??? That would be really daft. The > UI thread would yield to the worker and be blocked while worker is > running!!! > > How are they implemented in Chrome? As threads in V8 isolates (like TAGG), > or as child processes?
I didn't say it would be GOOD, just that semantically, it could be, and would be a compliant implementation. ;) -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
