1
0
Fork 0
arangodb/arangod/RestServer
Jan Steemann 1ae150d90a control number of v8 contexts independently from number of server threads
added command-line option `--javascript.v8-contexts` to control the number of
V8 contexts created in arangod.

Previously, the number of V8 contexts was equal to the number of server threads
(as specified by option `--server.threads`). However, it may be sensible to
create different amounts of threads and V8 contexts. If the option is not
specified, the number of V8 contexts created will be equal to the number of
server threads. Thus no change in configuration is required to keep the old
behavior.
2014-11-01 21:02:00 +01:00
..
ArangoServer.cpp control number of v8 contexts independently from number of server threads 2014-11-01 21:02:00 +01:00
ArangoServer.h control number of v8 contexts independently from number of server threads 2014-11-01 21:02:00 +01:00
ConsoleThread.cpp less namespace pollution 2014-10-28 00:24:37 +01:00
ConsoleThread.h updated disclaimer 2014-06-20 16:40:35 +02:00
VocbaseContext.cpp rename orgy 2014-09-13 02:35:13 +02:00
VocbaseContext.h new upgrade-database (formely known as version-check) and new startup procedure 2014-08-07 14:12:19 +02:00
arango.cpp fixes for Visual Studio 2014-10-28 11:02:05 +01:00