RE: HTNet_addAfter() Request terminate handler is called 272 time s ev ery second

Fengyun,

Thank you for your information.
We got the problem for both pipelined request message and single request
message. I am wondering there is a Timer with value 0 or loop to wake up the
callback function.

Cecilia 

-----Original Message-----
From: Fengyun Cao [mailto:fcao@CS.Princeton.EDU]
Sent: Thursday, April 26, 2001 4:27 AM
To: www-lib@w3.org; Guo, Xuan C, NNAD
Subject: Re: HTNet_addAfter() Request terminate handler is called 272
times ev ery second


I found this annoying too -- when one page from a site times out, all
requests on the host's
pipeline and pending list get deleted: in HTHost_killPipe it calls
HTTPCleanup for every such request,
which in turn calls your callback ( here is end_request ) when deleting the
net object.

Received on Thursday, 26 April 2001 12:41:20 UTC