Path: | lib/camping/fastcgi.rb |
Last Update: | Mon Oct 06 15:42:40 -0400 2008 |
Camping works very well with FastCGI, since your application is only loaded once — when FastCGI starts. In addition, this class lets you mount several Camping apps under a single FastCGI process, to help save memory costs.
So where do you use the Camping::FastCGI class? Use it in your application‘s postamble and then you can point your web server directly at your application. See Camping::FastCGI docs for more.