<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Had a (very) quick look, and in general it looks OK.<div class="">One thing that bothers me in the example is this ***Handler &lt;-&gt; ***Handling inconsistency..</div><div class=""><br class=""></div><div class=""><blockquote type="cite" class=""><font size="2" face="Courier New" class="">class SimpleHandler: HTTPRequestHandling</font></blockquote><br class=""></div><div class="">maybe something like</div><div class=""><br class=""></div><div class="">class WebApp: HTTPRequestHandling {</div><div class="">&nbsp; ...</div><div class="">}</div><div class=""><br class=""></div><div class="">would make it less confusing?</div><div class=""><br class=""></div><div class="">-g.</div><div class=""><br class=""></div></body></html>