Java thread can be a native thread.
JavaScript is single thread.
Although Python thread is a native thread, but due to GIL, CPython can not leverage multicore hardware.
Read this:
http://www.dabeaz.com/python/GIL.pdf
or
http://fcamel-life.blogspot.tw/2010/03/multi-coremulti-thread-java-python.html
The next thing to find is how to do in JavaScript and Python.
Wednesday, June 13, 2012
Subscribe to:
Posts (Atom)