Re: [cgiapp] how to use C::A::Dispatch with FastCGI ?

2008-02-21 Thread David Steinbrunner
param and work with it to see if any light can be shed on things. -- David Steinbrunner # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options, ## ## visit

Re: [cgiapp] CGI::Application Testing Methodologies

2008-02-21 Thread David Steinbrunner
yet to use it. A search on CPAN shows lots of results for Selenium, too. In any case, I just wanted to make sure that the idea of testing both from the bottom and the top in an automated fashion was talked about together. -- David Steinbrunner # CGI::Application community mailing list

Re: [cgiapp] CGI::Application::Displatch v2, and CGI uploadInfo wierdness

2007-01-15 Thread David Steinbrunner
timeout limits. I have a system running under lighttpd/CAD v2/FastCGI/OpenBSD and file uploads work for me. My file uploads are small and hence have not run into any timeout issues so the upload processing runmode runs just like all my other runmodes. -- David Steinbrunner

Re: [cgiapp] CGI::Application::Dispatch and FastCGI

2006-11-19 Thread David Steinbrunner
::Dispatch -e 'print $CGI::Application::Dispatch::VERSION, \n' 2.03 I don't think it matters but the OS I'm using is OpenBSD 3.9. -- David Steinbrunner - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net

[cgiapp] CGI::Application::Dispatch and FastCGI

2006-11-17 Thread David Steinbrunner
{REQUEST_URI} ? ' for request '$ENV{REQUEST_URI}' : ' ) . \n; } 1; # Any help/feedback would be appreciated. Thanks, -- David Steinbrunner - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net

Re: [cgiapp] ANN: Plugin for HTML::Template::Compiled

2005-12-08 Thread David Steinbrunner
helpful because I don't want to go without knowing that a template var has been miss spelled or the like. -- David Steinbrunner - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/ http

Re: [cgiapp] Re: Best free DB for a web-based Perl app response results...

2005-12-01 Thread David Steinbrunner
that will have low concurrent usage you will be well served by SQLite but if you plan on making something that will be hit hard then you will likely need to move to a bigger database package. -- David Steinbrunner - Web Archive