faruken

Results 2 comments of faruken

Django's autoreload module may give an idea. Apparently they borrowed most of it from CherryPy. https://github.com/django/django/blob/master/django/utils/autoreload.py and here's CherryPy's autoreloader: https://bitbucket.org/cherrypy/cherrypy/src/b0c48210b25018768532a370a522a660db6236f8/cherrypy/process/plugins.py#cl-540

Any update on this? Thanks.