Access key module
Adrian Perez
adrianperez at udc.es
Fri Jan 4 19:13:43 MSK 2008
El Tue, 01 Jan 2008 18:03:44 +0100
Manlio Perillo <manlio_perillo at libero.it> escribió:
> Adrian Perez ha scritto:
> > [...]
> >
> > Even having this tool, I believe the future if Nginx modules is
> > loading them dynamically via dlopen(), as other webservers do.
> > Maybe Igor has some roadmap regarding this point...
> >
>
> I think that Igor is not using dynamic loading because there is an
> overhead when using it
I think the overhead would be negligible. Handlers and module code is
already called using function pointers per-module structures.
Dynamically loading the modules would only introduce overhead at
startup (loading them and obtaining pointers to function tables).
> > Best regards, and happy 2008,
Hehe, I'm not too much kind of a "xmas person", but happy new year to
all :)
--
THEOREM: VI is perfect.
PROOF: VI in roman numerals is 6. The natural numbers < 6 which divide
6 are 1, 2, and 3. 1+2+3 = 6. So 6 is a perfect number. Therefore, VI
is perfect. QED
-- Arthur Tateishi
More information about the nginx
mailing list