Re: [cgiapp] RFC: CGI::Application::RunModeCache

2004-05-13 Thread Ron Savage
On Wed, 12 May 2004 15:17:17 -0300, Brian Cassidy wrote: Hi Folks CGI::App which uses Gedcom.pm. Some of its operations can be quite lengthy, thus caching would be wise. Just for the record, the Gedcom mailing list is accessible via: http://www.miskatonic.org/pg/ -- Ron Savage, [EMAIL

[cgiapp] Re: RFC: CGI::Application::RunModeCache

2004-05-13 Thread Mark Stosberg
Brian Cassidy [EMAIL PROTECTED] wrote: Hi Sam, -Original Message- Why not just Memoize the methods that access Gedcom.pm? It's not obvious to me that caching the entire page is right choice here. Often-times an application will include dynamic components and static cacheable