> Also note that implementing thread-based solution (as opposed to event > loop) using V8 can't be as efficient. This is due to the nature of V8 > being not thread safe (as of now). The global lock/unlock won't be > acceptable in speed critical situation.
Yes. Good point. Node uses some C bindings outside of V8 to do thread work when needed. -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
