[Templates] frameworks using TT
Tom Allison
tallison@tacocat.net
Sun, 09 Jul 2006 15:08:13 -0400
Todd W wrote:
> CGI::Application, on the other hand, is very minimal. As an example,
> here is a link I wrote up to a self contained CGI::Application app that
> shows how to utilize the session plugin:
>
> http://cgiapp.erlbaum.net/cgi-bin/cgi-app/index.cgi?CgiApplicationPluginSessionExample
>
Couldn't you run CGI::Application under FastCGI as well?
I would think that would be the best of both worlds in terms of speed while
preserving the minimal qualities of CGI::Application.