Hi Jeff On Mon, 2009-06-15 at 13:44 -0300, Jeff MacDonald wrote: > Hi, [snip] > The Perl FastCGI module I am using with my application is > CGI::Application::FastCGI
But why are you using that module? There is an outstanding RT ticket: http://rt.cpan.org/Public/Bug/Display.html?id=17736 which could well apply to your situation. As an alternative, perhaps consider using FCGI::ProcManager directly. Sample code is provided in the distro for CGI::Application::Demo::Dispatch. Admittedly, my module has not been stress-tested, but since it uses CGI::Application::Dispatch to create a new instance of your app on each submit, it surely circumvents the problems mentioned in the ticket above, and should therefore avoid the problems you are having. Of course, there could be /other/ bugs in your code too :-)). -- Ron Savage [email protected] http://savage.net.au/index.html ##### CGI::Application community mailing list ################ ## ## ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp ## ## ## ## Web archive: http://www.erlbaum.net/pipermail/cgiapp/ ## ## Wiki: http://cgiapp.erlbaum.net/ ## ## ## ################################################################
