mention prefork engine
Kieren Diment [Wed, 4 Feb 2009 01:43:03 +0000 (01:43 +0000)]
lib/Catalyst/Manual/Intro.pod

index 0238d48..92d72f1 100644 (file)
@@ -116,8 +116,11 @@ equivalently:
 
 =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