I use V7 of the component, with Delphi 2007. I modified the httpcli async demo to load a list of url's from disk.
All url's are ok and tested. When I execute the list in the demo, httpcli worsk fineonly for the first about 200 url's, after that, no event is fired anymore and the request will never be completed. Restarting the demo allows me again to just send a request to about 200 url's. The url's themselves do not matter, I changed them multiple times, and they are all working in any browser. This happen when using the demo in sequence or in simultaneous mode. When using Head indeed of HeadAsync, httpcli does never return after about 200 url's. Same happen also with Get and Post. It looks like some overflow of something is happen here, like something reached its limit and is not set back when httpcli is destroyed. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
