I've been working with Web2Py and developing that link directory application on my macbook. I've been using the integrated server because it's simple and straight forward. Is that CherryPy?
I never really shut my laptop down unless I have to do so. After about 72 hours the integrated server really started tasking the MB memory and processor. It seems like some kind of memory leak where it just starts consuming all available resources. I end up having to kill -9 the process to get it to quit because the GUI is pretty much useless when this happens. Is this a known bug or just another feature? :0P Once I release the process and restart it, all works well as it should. - David

