Do you want to run import() at each request or just once per child? I
believe import() only gets called once per child, the first time, not on
every request. That's exactly what I'd expect it to do and how I've
observed it, but someone with more knowledge would have to confirm that.


Rodney Broom wrote:
> 
> Good evening all,
> 
> I've got this happy little access handler that works just fine. Now I need for
> it to accept parameters through import(). The catch is that MyClass::import()
> isn't being called. I've done all of the obvious stuff, like including lots of
> debugging messages, reading the docs, reading the Apache modules book, and even
> searching the archives for this list, no help. Does anybody know what's
> happening here?
> 
> ----
> Rodney Broom

Reply via email to