Nginx event toolkit modules. It contains modules below, and will add more in the future.
-
Independent timer for nginx
-
Common resovler in event modules, just like http resolver, stream resolver in nginx, but can be used by http modules, stream modules and other modules
-
System will resolver domain in dynamic resolver every few seconds configured
The module will return addr whose domain is resolved in dynamic resolver, otherwise, the module will add domain into dynamic resolver, resolv domain by event resolver, and call callback when resolved
-
System will reload conf when nginx dynamic config file change. Developer can use this module to reload file without reload nginx worker
Now it support NGX_CORE_MODULE and NGX_HTTP_MODULE
-
A map implement use ngx_rbtree
-
A recycled chainbuf for nginx
-
Misc toolkit functions