Hello!
On Tue, Jan 10, 2012 at 04:13:24AM -0500, supportnti wrote:
> Hi Maxim,
>
> Thanks for the response. So ngx_cycle_t represents global data and
> configuration per event loop. What does ngx_conf_t represent? Is it
> related to ngx_cycle_t? If so, how?
The ngx_conf_t is a structure used during configuration parsing.
It holds various related data, e.g. pointer to a new cycle
structure, current command arguments and so on.
Use the Source, Luke!
Maxim Dounin
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx