Re: mod_perl app fails to load after browsing several pages

2005-06-07 Thread Stas Bekman
[diarmuid, please don't forget to Reply-All and CC the list on your follow ups] my $q = new CGI; my $action = 'SchoolWeb::Actions::' . ($q->param('action') || 'Index'); eval "use $action"; When you eval you need to check $@ for errors. See 'perldoc -f eval' for more information.

Re: mod_perl app fails to load after browsing several pages

2005-06-07 Thread Stas Bekman
diarmuid ryan wrote: Hi, I am having trouble with a modperl app i am currently developing. i browse a couple of pages and perform a few actions but after a short time i am getting a blank response from the server, see access log below, which indicates nothing in the bytes returned part. no error