On Wed, Aug 19, 2009 at 12:22:39PM +0200, Guido Trotter wrote: > > We can avoid most of the Mainloop.Run() code if we use asyncore > for delivering I/O events, and just concentrate on what's missing in > asyncore: singnal handling and timers. This way confd can be ported to > use Mainloop as well. > > Signed-off-by: Guido Trotter <ultrot...@google.com> > --- > lib/daemon.py | 41 ++--------------------------------------- > lib/http/server.py | 13 +++++++------ > 2 files changed, 9 insertions(+), 45 deletions(-)
As long as burnin passes, LGTM :) iustin