Java: request processing in multiple threads.
This closes #458 issue on GitHub.
This commit is contained in:
@@ -266,6 +266,16 @@ static nxt_conf_map_t nxt_java_app_conf[] = {
|
||||
NXT_CONF_MAP_CSTRZ,
|
||||
offsetof(nxt_common_app_conf_t, u.java.unit_jars),
|
||||
},
|
||||
{
|
||||
nxt_string("threads"),
|
||||
NXT_CONF_MAP_INT32,
|
||||
offsetof(nxt_common_app_conf_t, u.java.threads),
|
||||
},
|
||||
{
|
||||
nxt_string("thread_stack_size"),
|
||||
NXT_CONF_MAP_INT32,
|
||||
offsetof(nxt_common_app_conf_t, u.java.thread_stack_size),
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user