RE: Application architecture and separating logic and design

2006-11-12 Thread Gerald Richter
Hi, The init method of the application object is only called once per request, so it will not fit your needs. There are two solutions I see, the first is from your section_news.html and section_poll.html you call the logic at the top, like [- $epapp -> logic_for_news -] This will allow you to c

RE: Problem with Embperl, mod_perl, or system?

2006-11-12 Thread Gerald Richter
> > I'm trying to figure out what's wrong with this picture, for > some reason I get this strange 500 internal server error when > trying to run some older scripts, even just basic stuff. > > The only message I get in the apache error_log is: > > > [Sat Nov 04 15:32:57 2006] [error] [client xx

RE: Preventing embperl caching of dynamic data?

2006-11-12 Thread Gerald Richter
Hi, > > If I'm understanding what I see correctly, I running into an > issue where Embperl is caching output I don't want cached. > > I've been trying to get Embperl to stop caching my dynamic > pages on my site without success. I'm just not properly > understanding the use of EMBPERL_EXPIRE