Hi there,

On Fri, 20 Jun 2003, Peter B. Ensch wrote:

> I'm beginning to develop apps under mod_perl. I'm
> curious as to how people decide between coding for
> Apache::Registry vs. mod_perl handlers.

Use Apache::Registry only if you have to in order to get legacy CGI
scripts working.

> It's been suggested to me that content generating
> apps should be done under A::R, whereas logging,
> authentication Etc. should be implemented as 
> mod_perl handlers. 

All new code should use handlers.

73,
Ged.

Reply via email to