Re: mod_perl and 700k files...

2001-05-12 Thread Morbus Iff
I'm relatively new to mod_perl... I've got a 700k file that is loaded each time I run a CGI script, so I'm hoping to cache the file using mod_perl somehow. The file will change occasionally (maybe once a week) - the reload of a few seconds isn't worrisome, but it has to be done without

Re: mod_perl and 700k files...

2001-05-12 Thread Perrin Harkins
on 5/12/01 5:46 PM, Morbus Iff at [EMAIL PROTECTED] wrote: I store a .stor file which is a storable dump of my XML tree. I check the mtime of that against the mtime of the .xml file. Whichever is newer I load that. Works fast and is very simple. I'll certainly check it out. The only

Re: mod_perl and 700k files...

2001-05-12 Thread Matt Sergeant
On Sat, 12 May 2001, Morbus Iff wrote: I store a .stor file which is a storable dump of my XML tree. I check the mtime of that against the mtime of the .xml file. Whichever is newer I load that. Works fast and is very simple. I'll certainly check it out. I also started looking into SAX to

[OT] perl mailing lists

2001-05-12 Thread Rick Myers
Sorry for the off-topic question, so I'll make it quick. Does anyone have pointers to any intermediate to advanced level perl mailing lists? Rick Myers[EMAIL PROTECTED] The Feynman Problem 1) Write down the

Re: [OT] perl mailing lists

2001-05-12 Thread Stas Bekman
On Sun, 13 May 2001, Rick Myers wrote: Sorry for the off-topic question, so I'll make it quick. Does anyone have pointers to any intermediate to advanced level perl mailing lists? http://lists.perl.org/ _ Stas Bekman