dannote / mod-ndb

Automatically exported from code.google.com/p/mod-ndb
0 stars 0 forks source link

Modules #60

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Make it possible to extend mod_ndb using modules.

Ideally, a mod_ndb module will just be an apache module.  Apache will load the 
module, and the 
module might define its own configuration directives just like any other apache 
module.   (It may 
have to do some tricks at config-processing time to access mod_ndb's 
configuration rather than its 
own).  

Mod_ndb, like apache, will have "hooks" in the query processing stream -- 
points at which a 
module can interact in the query stream.    And modules will implement 
"handlers" that control 
processing at a hook.  Handlers will have return codes that mod_ndb will use to 
branch and direct 
processing.   This API will need to be stable and documented.

Original issue reported on code.google.com by john.david.duncan on 19 Mar 2008 at 8:32

GoogleCodeExporter commented 9 years ago

Original comment by john.david.duncan on 19 Mar 2008 at 8:33