P Kishor writes:
 > FCGI with CGI::App. Specifically,
 > 
 > use CGI::Fast();
 > 
 > while (my $q = new CGI::Fast){
 >    my $app = new MyCGIApplication(QUERY => $q);   # this is your CGI::App 
 > module
 >    $app->run();
 > }
 > 
 > It is not clear to me where the above code goes. I have an instance
 > script that uses C::A::Dispatch to launch the app. My App.pm has the
 > usual cgiapp_init{} and cgiapp_get_query { return CGI::Simple->new();
 > }. I have commented the latter because it seems CGI::Fast() comes with
 > CGI, not with CGI::Simple. Now, where does the CGI::Fast invocation
 > go?
 > [...]

The post here talks about my experiences in 2008 hooking CGI::Dispatch
based apps up with fastcgi.

   http://www.mail-archive.com/[email protected]/msg06882.html

It might be useful.

g.


#####  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/                 ##
##                                                            ##
################################################################

Reply via email to