Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 1903

Show
Ignore:
Timestamp:
02/29/08 11:29:56
Author:
fumanchu
Message:

Repaired benchmark.py from some bus changes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/test/benchmark.py

    r1837 r1903  
    379379            finally: 
    380380                cherrypy.engine.exit() 
    381                 cherrypy.server.stop() 
    382381     
    383382    print "Starting CherryPy app server..." 
     
    400399            cherrypy.server.response_class = NullResponse 
    401400         
    402         # This will block 
    403401        cherrypy.engine.start_with_callback(run) 
     402        cherrypy.engine.block() 

Hosted by WebFaction

Log in as guest/cpguest to create tickets