1 message in ru.sysoev.nginxLoadable modules in nginx?
FromSent OnAttachments
Arvind JayaprakashSep 22, 2008 10:16 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Loadable modules in nginx?Actions...
From:Arvind Jayaprakash (wo@anomalizer.net)
Date:Sep 22, 2008 10:16:24 am
List:ru.sysoev.nginx

I am newbie to nginx and I read that in order to write custom modules, they need to be recompiled with nginx. I expect this to be a bit of a maintanence issue and wonder why we don't have loadable modules. It should not be hard to write some dlopen based code than can load a dynamic set of modules at startup time. Is there any reason why this won't work (before I get started on writing such a "meta" module)