Changeset 1903
- Timestamp:
- 02/29/08 11:29:56
- Files:
-
- trunk/cherrypy/test/benchmark.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/test/benchmark.py
r1837 r1903 379 379 finally: 380 380 cherrypy.engine.exit() 381 cherrypy.server.stop()382 381 383 382 print "Starting CherryPy app server..." … … 400 399 cherrypy.server.response_class = NullResponse 401 400 402 # This will block403 401 cherrypy.engine.start_with_callback(run) 402 cherrypy.engine.block()

