Re: BaseHTTPServer get_request not called till first request

2010-01-17 Thread Adam Tauno Williams
On Sat, 2010-01-16 at 18:35 -0800, yousay wrote: > On Jan 13, 1:38 am, Adam Tauno Williams > wrote: > > Looking at and > > as examples I've attempted > > to create a BaseHTTPServer class that times-out acce

Re: BaseHTTPServer get_request not called till first request

2010-01-16 Thread yousay
On Jan 13, 1:38 am, Adam Tauno Williams wrote: > Looking at and > as examples I've attempted > to create a BaseHTTPServer class that times-out accept() ever X seconds > to check some other work.  This seems

BaseHTTPServer get_request not called till first request

2010-01-12 Thread Adam Tauno Williams
Looking at and as examples I've attempted to create a BaseHTTPServer class that times-out accept() ever X seconds to check some other work. This seems to work well, but only once the HTTPServer object has r