Hi 

I'm not sure if this is the correct place to raise this issue, but since
some on the list use C::A and Persistent Perl, maybe they can help (the PP
list seems dead).

My problem is that over time, my instance script hangs when it uses
Persistent Perl - it may take a couple of hours before hanging. I've tried
setting the timeout and the maxruns value quite low
(#!/usr/local/bin/perperl --  -t120 -r50) but this hasn't helped.

>From my experience, it only occurs when using CGI::Application::Dispatch. I
have another script that runs with persistent Perl without C::A::D, but it
hasn't exhibited the hanging problem.

My first instinct was that in requiring the application modules at runtime,
PP's caching of the modules got a bit muddled. I placed explicit "use
<module>" statements for each module in the instance script, but alas this
hasn't helped.

Any ideas appreciated

Regards

Dan


---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[email protected]/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to