[Catalyst-commits] r8675 - trunk/examples/CatalystAdvent/root/2008/pen

jshirley at dev.catalyst.perl.org jshirley at dev.catalyst.perl.org
Mon Dec 1 21:17:55 GMT 2008


Author: jshirley
Date: 2008-12-01 21:17:55 +0000 (Mon, 01 Dec 2008)
New Revision: 8675

Modified:
   trunk/examples/CatalystAdvent/root/2008/pen/2.pod
Log:
Rewriting a bit of the Prefork stuff

Modified: trunk/examples/CatalystAdvent/root/2008/pen/2.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2008/pen/2.pod	2008-12-01 21:15:23 UTC (rev 8674)
+++ trunk/examples/CatalystAdvent/root/2008/pen/2.pod	2008-12-01 21:17:55 UTC (rev 8675)
@@ -35,11 +35,11 @@
  script/myapp_server.pl
 
 The default development server (as it is commonly referred to) is a simple
-single threaded server.  A secondary pure-perl engine that is more robust for
+single threaded server.  A secondary perl-based engine that is more robust for
 production usage is the HTTP::Prefork.  This engine is more similar to what
-mongrel is (with the exception of no C-based HTTP handling), and has a prefork
-model for handling multiple connections.  At the end of this article, I'll show
-how to proxy to the Prefork server.
+mongrel is in the Rails world, and is a perl implementation of a prefork
+server that can handle simultaneous connections.  At the end of this article, 
+I'll show how to use nginx to proxy to the Prefork server.
 
 =head2 Apache and mod_perl
 




More information about the Catalyst-commits mailing list