[medusa] Re: medusa and apache proxy -more info
Sam Rushing
rushing@n...
Tue, 17 Apr 2001 10:42:35 -0700
Donovan Baarda wrote:
> I suspect that if you change your polling time from the default, you
> can "adjust" the delay. Also, establishing another connection while one
> is "delayed" will kick the select loop, causing the delay to end immediately.
> Adjusting the poll time might be a quick fix, but I suspect you need to look at
> your readable/writeable tests.
Yup, methinks there's a problem with readable/writable. The easiest way to debug
this kind of problem is to print the read/write sets just before the call to
select(). I'd also attach a print of some kind to the socket close() of the http
client...
-Sam