From 284dc4ee6ccf69b0552b8fad91bd1fe86435a8da Mon Sep 17 00:00:00 2001
From: Daniel Gruno min
and max
arguments
specify the minimum and maximum number of Lua states to keep in the
pool.thread
scope will provide the
fastest responses, the server
scope will use less memory, as
states are pooled, allowing f.x. 1000 threads to share only 100 Lua states,
- thus using only 10% of the memory requried by the thread
scope.
+ thus using only 10% of the memory required by the thread
scope.
This directive matches a uri pattern to invoke a specific handler function in a specific file. It uses PCRE regular expressions to match the uri, and supports interpolating - match groups into both the file path and the function name - be careful writing your regular expressions to avoid security + match groups into both the file path and the function name. + Be careful writing your regular expressions to avoid security issues.