As title, I am following the tutorial of cherrypy at http://docs.cherrypy.org/en/latest/tutorials.html#tutorial-1-a-basic-web-application and I want to see the changes in my script immediately without restarting my cherrypy server.
I read from http://www.packtpub.com/article/overview-cherrypy-a-web-application-server-2 that there is an autoreload
module that skip the restarting process but I don't know how to implement it.
Can anyone help?