From 6f97fecf3b0a4fa9f3cb193b6efad3fc6fd67d44 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 3 Sep 2008 19:43:35 +0000 Subject: --- docs/narr/startup.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'docs/narr') diff --git a/docs/narr/startup.rst b/docs/narr/startup.rst index bfb8ab70d..17eb35d1e 100644 --- a/docs/narr/startup.rst +++ b/docs/narr/startup.rst @@ -162,11 +162,10 @@ press ``return`` after running ``paster serve MyProject.ini``. 6543``). It will serve up the application using 4 simultaneous threads (``numthreads = 4``), which means it will handle four simultaneous requests before needing to put a request in a wait - queue. The server code itself is what prints `serving on + queue. The server code itself is what prints ``serving on 0.0.0.0:6543 view at http://127.0.0.1:6543``. The server serves - the application. - -#. The application is running. + the application, and the application is running, waiting to receive + requests. -- cgit v1.2.3