Re: libwww death loop?

> I'm testing my application which uses libwww. I have a libwww timer
> set to 30 sec. This timer generates requests every 30 sec to the same
URL.

...

> HTHost parse Looking up `siug001' on port 8080
> Host info... REUSING CHANNEL 40032b88
> Memory Free. 400670d0
> Host info... Added Net 40067020 (request 40066da8) as pending on Host
> 40032788, 2 requests made, 1 requests in pipe, 156 pending
> HTDoConnect. Pending...

Apache closes the connection after 15 secs idle time which is likely to
happen when you request every 30 secs. Does your trace say something
about closing the connection for the other downloads but not this one?

Henrik

Received on Thursday, 6 January 2000 21:38:38 UTC