Java: request processing in multiple threads.

This closes #458 issue on GitHub.
This commit is contained in:
Max Romanov
2020-11-05 00:06:10 +03:00
parent f27953af61
commit 29db46c52b
4 changed files with 205 additions and 14 deletions

View File

@@ -77,6 +77,8 @@ typedef struct {
char *webapp;
nxt_conf_value_t *options;
char *unit_jars;
uint32_t threads;
uint32_t thread_stack_size;
} nxt_java_app_conf_t;