Re: [cgiapp] Re: A new project name for CGI::Application

2005-12-06 Thread Kurt Lidl
Mark Stosberg wrote: On 2005-12-06, Jesse Erlbaum [EMAIL PROTECTED] wrote: All three of these more of less dictate a way of doing things. CGI-App is more of a philosophy. So: ThinkingCAP ? CAPable -Kurt -

Re: [cgiapp] Threading Question

2009-11-17 Thread Kurt Lidl
On Tue, Nov 17, 2009 at 11:22:59AM +, Mike Tonks wrote: I'm just considering a problem that I think requires a bit of multi-threading. It's a new one for me so wondered if anyone has advice or experience of using threading with CGI::Application. I expect that you'll run afoul of DBI's

Re: [cgiapp] cgi::application::dispatch under PSGI

2012-02-28 Thread Kurt Lidl
On 2/28/2012 11:45 AM, Kurt Lidl wrote: Greetings. I've got a large application that is running under mod_perl, running on Apache 2.2.22. Everything is working OK there. It uses CGI::Application::Dispatch as its invocation method. Debugging this further, I see that the PATH_INFO

Re: [cgiapp] cgi::application::dispatch under PSGI

2012-03-02 Thread Kurt Lidl
On 2/28/2012 2:33 PM, Rhesa Rozendaal wrote: On 02/28/2012 05:45 PM, Kurt Lidl wrote: Greetings. I've got a large application that is running under mod_perl, running on Apache 2.2.22. Everything is working OK there. It uses CGI::Application::Dispatch as its invocation method. I'm using

Re: [cgiapp] draft version of PSGI::Application and load_tmpl replacement

2012-11-06 Thread Kurt Lidl
On 11/6/2012 12:24 PM, Mark Stosberg wrote: * Hash keys for new() must now be upper-case now. Ridiculous. Lower case hash keys are the norm throughout Perl. Upper case is SHOUTING. I agree that lower case hash keys are the norm and upper case hash keys are shouting. The choice here weas a