diff options
author | Robert Brewer <fumanchu@aminus.org> | 2007-03-05 21:22:13 +0000 |
---|---|---|
committer | Robert Brewer <fumanchu@aminus.org> | 2007-03-05 21:22:13 +0000 |
commit | 130818aa8b6da972c47d74cc9e83b1987159ec83 (patch) | |
tree | 941ce07e37b1f4f3fb3273d09b1c0bfa01ad27ab /cherrypy/test/benchmark.py | |
parent | d9076a1c47a8bdaf943a7ae42dc540fe5bc48aa2 (diff) | |
download | cherrypy-git-130818aa8b6da972c47d74cc9e83b1987159ec83.tar.gz |
New pywebd module. Trunk is now "3.1alpha".
Diffstat (limited to 'cherrypy/test/benchmark.py')
-rw-r--r-- | cherrypy/test/benchmark.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cherrypy/test/benchmark.py b/cherrypy/test/benchmark.py index 2e18a692..97c7138e 100644 --- a/cherrypy/test/benchmark.py +++ b/cherrypy/test/benchmark.py @@ -149,7 +149,7 @@ Completed 800 requests Completed 900 requests -Server Software: CherryPy/3.0.1alpha +Server Software: CherryPy/3.1alpha Server Hostname: localhost Server Port: 8080 @@ -308,7 +308,7 @@ def startup_modpython(req=None): if ab_opt: global AB_PATH AB_PATH = ab_opt - cherrypy.engine.start(blocking=False) + cherrypy.engine.start() if cherrypy.engine.state == cherrypy._cpengine.STARTING: cherrypy.engine.wait() return 0 # apache.OK |