At that point, I decided to step back a bit and take a fresh look with a pure-WSGI approach. I had never used WSGI directly, so this was an interesting experiment. I definitely like the simplicity of pure-WSGI, but the question will be how much custom code I have to write versus using a prebuilt framework. (Don't get me wrong, I expect to return to CherryPy later, but I want to experiment at the lower level for now.)
You can follow the work in progress at boodebr.appspot.com
Written in WikklyText.

Comments
WSGI
threading
Threading issue
I have a workaround that seems to work, so hopefully I will be adding that to boodebr.appspot.com soon.
Post new comment