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

Changeset 1599

Show
Ignore:
Timestamp:
01/14/07 12:49:10
Author:
lawouach
Message:

Added extended the base example to demonstrate how to stop the server (and avoid nervous breakdown with Ctrl-C)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/wsgiserver/__init__.py

    r1593 r1599  
    2323     
    2424    if __name__ == '__main__': 
    25         server.start() 
     25        try: 
     26            server.start() 
     27        except KeyboardInterrupt: 
     28            server.stop() 
    2629 
    2730This won't call the CherryPy engine (application side) at all, only the 

Hosted by WebFaction

Log in as guest/cpguest to create tickets