Re: Mason vs. Apache::Registry

2000-08-03 Thread Joshua Chamas
Kelly White wrote: > > I am considering using either HTML::Mason or Apache::Registry for my CGI > scripts, but am not sure which is faster. Would the template/pages be cached > like the scripts are in Registry? Which would be faster? Obviously using > Mason would make cleaner code, but it woul

Re: Mason vs. Apache::Registry

2000-08-02 Thread Ken Williams
[EMAIL PROTECTED] (Kelly White) wrote: >I am considering using either HTML::Mason or Apache::Registry for my CGI >scripts, but am not sure which is faster. Would the template/pages be cached >like the scripts are in Registry? Which would be faster? Obviously using >Mason would make cleaner code

Mason vs. Apache::Registry

2000-08-02 Thread Kelly White
I am considering using either HTML::Mason or Apache::Registry for my CGI scripts, but am not sure which is faster. Would the template/pages be cached like the scripts are in Registry? Which would be faster? Obviously using Mason would make cleaner code, but it wouldn't get compiled, would it?