> Its probably because JavaScript and V8 are on the hype currently. 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.
-- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat -- 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]
