~drizzle-trunk/drizzle/development

  • Committer: Henrik Ingo
  • Date: 2011-09-01 07:09:26 UTC
  • Revision ID: henrik.ingo@avoinelama.fi-20110901070926-4z5zbzxw6npl3jgz
Use v8::Locker to allow multiple threads to use v8 engine.

Note that making all threads that need to use JavaScript lock
on a single mutex is going to be problematic. Newer versions
of libv8 provide a class Isolate, through which each thread can
have their own, isolated, instance of a v8 engine and use it
without locking. However, current version in Ubuntu 11.04 is
v8 2.5.9.9 and doesn't yet provide this class. Future work
on this code should add a run-time check about the v8 version
and use Isolate if available and Locker otherwise.
Filename Latest Rev Last Changed Committer Comment Size
..
File autorun.sh 1999.6.2 13 years ago kalebral at gmail fix permissions on config/autorun.sh 3.9 KB Diff Download File
File config.rpath 202.3.1 16 years ago Monty Taylor Added very initial gettextize stuff. 17.9 KB Diff Download File
drizzle.ver 1861.3.1 13 years ago Monty Taylor Add a version script to the core. 25 bytes Diff Download File
lcov.am 1823.5.1 13 years ago Monty Taylor Updated pandora-build files to version 0.157 1.3 KB Diff Download File
link-warning.h 1986.1.1 13 years ago Monty Taylor Distribute link-warning.h and distribute it with t 2 KB Diff Download File
File pandora-plugin 2116.1.57 13 years ago Monty Taylor When we use wildcards in EXTRA_DIST, we must give 28.4 KB Diff Download File
pandora-plugin.ini 1625.1.1 14 years ago Monty Taylor Fixed the visibility header to match the project n 185 bytes Diff Download File
pre_hook.sh 2221.1.1 13 years ago Monty Taylor Honors PYTHON env variable for running pandora-plu 1.6 KB Diff Download File