Http request high cpu

Hi.
I've written a small program that all that it does is calling myasp.asp
every X period of time.
The program is in VC++ with the following libraries : WWWLib.h ,
WWWHTTP.h , WWWInit.h
For some reason after certain number of calls the CPU per each call is
starting to rise and eventually reaches 100% per each call.
There is no handle or memory leaks .
Basically I've just copied the example from the libwww web site (
http://www.w3.org/Library/Examples/chunk.c ).
So  ,unless there is some bug in that code , I don't really know what
else can it be.
Does anyone encountered similar issue using libwww?
Thanks.
Regards.
Gal.
 

Received on Thursday, 25 November 2004 16:00:28 UTC