Python: request processing in multiple threads.

This closes #459 issue on GitHub.
This commit is contained in:
Max Romanov
2020-11-05 00:04:59 +03:00
parent 4225361f0e
commit 8dcb0b9987
13 changed files with 1027 additions and 532 deletions

View File

@@ -51,6 +51,8 @@ typedef struct {
nxt_str_t path;
nxt_str_t module;
char *callable;
uint32_t threads;
uint32_t thread_stack_size;
} nxt_python_app_conf_t;