Using EmbPerl's Caching Functionality

2005-12-19 Thread Carl Eklof
As part of my performance tuning, I thought I'd also give the new caching functionality a whirl. I did get it to work, and when it did, it worked very well (thanks Gerald). BTW, I found some posts from people that want the cache to be disk-backed, but I MUCH prefer it to be in memory, as being d

Executing a cgi script

2005-12-19 Thread Ben Kim
I'm on Perl 5.8.7, Embperl 2.1.0, Mod_perl 2.0.2 on Apache 2.0.55 on Solaris. I'm trying to Execute a cgi script from an epl page, but the cgi script doesn't get executed (rather, it's read as a text file.) Is there an option to make this possible? 1) a.cgi submits data to b.epl 2) b.epl has on

Re: Using EmbPerl's Caching Functionality

2005-12-19 Thread Carl Eklof
I should have included my version info: EmbPerl 2.0.0 (official release, not a beta) Apache 2.0.54 - Original Message From: Carl Eklof <[EMAIL PROTECTED]> To: embperl@perl.apache.org Sent: Monday, December 19, 2005 17:14:15 Subject: Using EmbPerl's Caching Functionality As part of my

Text to HTML recipe making

2005-12-19 Thread Kathryn Andersen
Hello, I'm new to Embperl (though it seems to be a case of love at first sight). I'm trying to get a handle on Recipes and Providers. I gather that in order for something to be able to be Provided, it needs to have a Syntax module for it, in order for a Recipe to be able to use it. What I want to