Ruby: request processing in multiple threads.

This closes #482 issue on GitHub.
This commit is contained in:
Max Romanov
2020-11-05 12:45:10 +03:00
parent 9f8b746e77
commit b6475df79c
6 changed files with 515 additions and 211 deletions

View File

@@ -69,6 +69,7 @@ typedef struct {
typedef struct {
nxt_str_t script;
uint32_t threads;
} nxt_ruby_app_conf_t;