[Catalyst-commits] r9190 - Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual

zarquon at dev.catalyst.perl.org zarquon at dev.catalyst.perl.org
Wed Feb 4 01:43:04 GMT 2009


Author: zarquon
Date: 2009-02-04 01:43:03 +0000 (Wed, 04 Feb 2009)
New Revision: 9190

Modified:
   Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Intro.pod
Log:
mention prefork engine

Modified: Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Intro.pod
===================================================================
--- Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Intro.pod	2009-02-03 22:16:43 UTC (rev 9189)
+++ Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Intro.pod	2009-02-04 01:43:03 UTC (rev 9190)
@@ -116,8 +116,11 @@
 
 =item * B<Support for CGI, mod_perl, Apache::Request, FastCGI>
 
-Use L<Catalyst::Engine::Apache> or L<Catalyst::Engine::CGI>. Other
-engines are also available.
+Use L<Catalyst::Engine::Apache> or L<Catalyst::Engine::CGI>. Another
+interesting engine is L<Catalyst::Engine::HTTP::Prefork> - available from CPAN
+separately - which will turn the built server into a fully fledged production
+ready server (although you'll probably want to run it behind a front end proxy
+if you end up using it).
 
 =back
 




More information about the Catalyst-commits mailing list