On Tue, Sep 18, 2012 at 12:31 PM, Rick Waldron <[email protected]> wrote: > > ...
Thanks, Rick. Sorry, I didn't make this clear: your (and Doug Crockford's) position that threads have no place in Javascript, is pretty reasonable, and I appreciate you sharing the conversation you had. You're good people :) On Tue, Sep 18, 2012 at 1:03 PM, Bruno Jouhier <[email protected]> wrote: > Would be interesting to have his opinion on WebWorkers. Aren't they threads > in JavaScript? (same model as TAGG: message passing and share nothing) The implementation of WebWorkers is explicitly vague. They can be done using any concurrency mechanism (green threads, coroutines, threads, processes, etc.) The node child_process.fork() API is very similar. -- 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
