On Thu, Jun 22, 2000 at 09:36:44AM -0400, Vivek Khera wrote:
> >>>>> "ES" == E S <[EMAIL PROTECTED]> writes:
>
> ES> Why's that? I'm relatively new to mod_perl, at least in the sense of what
> ES> I've been using it for - what're the advantages of going with the direct
> ES> handler interface as opposed to registry?
>
> little handlers all over the place. I usually put most of my code in
> modules that are used by the small registry scripts which basically
> just call the main function in the module.
FWIW, I second that approach. If there are any reusable components, I
roll them up into modules and load them in startup.pl and use registry
scripts to assemble them.
On production, I am going to give RegistryNG a shot.
Ajit