On 8/21/07, Jen mlists <[EMAIL PROTECTED]> wrote: > does this mean mp1 handler need to be parsed and compiled each time > when requests came and called that handler?
No, it means that the dispatch code like "MyModule->handler" is parsed and compiled each time. - Perrin