what is ngx_cycle_t represent

Maxim Dounin mdounin at mdounin.ru
Tue Jan 10 10:43:36 UTC 2012


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



More information about the nginx mailing list