Re: [cgiapp] CGI::Application and FastCGI

2006-06-24 Thread Dan Collis-Puro
On Sat, June 24, 2006 9:19 pm, Yuji Maeda wrote: > And CGI::Application::FastCGI has another problem. > It will NOT create CGI::App object every single request. > So variables will be stuck. > -> http://rt.cpan.org/Public/Bug/Display.html?id=17736 Bingo. That was the problem. Seems strange that $

Re: [cgiapp] CGI::Application and FastCGI

2006-06-24 Thread Yuji Maeda
Dan Horne reported the problem of CGI.pm. -> http://rt.cpan.org/Public/Bug/Display.html?id=17825 : solved And CGI::Application::FastCGI has another problem. It will NOT create CGI::App object every single request. So variables will be stuck. -> http://rt.cpan.org/Public/Bug/Display.html?id=17736

RE: [cgiapp] CGI::Application and FastCGI

2006-06-24 Thread Dan Horne
n with another's variables.") Dan > -Original Message- > From: Dan Collis-Puro [mailto:[EMAIL PROTECTED] > Sent: Sunday, 25 June 2006 2:33 a.m. > To: cgiapp@lists.erlbaum.net > Subject: [cgiapp] CGI::Application and FastCGI > > Folks, > > I appear to be

[cgiapp] CGI::Application and FastCGI

2006-06-24 Thread Dan Collis-Puro
Folks, I appear to be running into "stuck variables" under FastCGI in cases where variables shouldn't be staying stuck, and wouldn't be staying stuck if I were running under mod_perl. I'm using the CGI::Application::FastCGI subclass and I've reduced the problem to the simplest test case. But befo