On Apr 9, 2006, at 11:08 PM, David K. Hess wrote: > It seems that the porting effort would be minimal. However, the > desire to reuse the start_durus method in the Site class makes me > wonder if it shouldn't have tighter integration there; maybe a > subclass with an overridden start_web method? Maybe. It seems like one might want different web server setups for different sites. Maybe Site.start_web() should just be changed to call a run_web() method on the site's publisher. In the case of a twisted site, I think the run_web() could just setup and start the reactor.