[Catalyst] What to upload

Tomas Doran bobtfish at bobtfish.net
Wed Apr 7 00:48:14 GMT 2010


On 6 Apr 2010, at 14:55, Oleg Kostyuk wrote:

> but with AddHandler
> you will get "dynamic" FastCGI. As for me, it don't have any benefits
> comparing to plain old CGI. If this is what you want, then just forget
> about FastCGI, and configure your app as usual CGI.

No benefits other than your app being persistent, so that subsequent  
hits won't incur the startup penalty? I.e. the entire point of  
FastCGI :)

(Yes, if your app is only hit once in a blue moon then dynamic fastcgi  
won't help, as your app will be shut down again between requests)...

Cheers
t0m




More information about the Catalyst mailing list