Re: Any idea concerning a re-loaded server ?
mario ruggier <[email protected]>
| Newsgroups | gmane.comp.web.quixote.user |
|---|---|
| Message-ID | <[email protected]> |
On Feb 12, 2006, at 11:54 AM, [email protected] wrote: > You add the autoreload.py and you just make a small modification in > "simple_server.py" and it works !!!! There was no need to modify autoreload.py in any way? Scanning autoreload, it allows hard-specifying a list of files to watch... maybe using that, one could have a "generic" script that can launch whatever process we want... without necessarily having to modify the code for each process. If I get a chance i'll play with that... m.