[EMAIL PROTECTED] wrote: > The procedure "IsAddressValid" in the ICS demo project "HttpChk" works > well to check the validity of a URL, but it is very laggy. If you > want to do checks on multiple websites it is much too lengthy/laggy. > Is there a better solution for checking the validity of a URL?
Since ICS works nonblocking it's possible to have multiple instances of THttpCli in the same thread. Just create a list or an array of THttpCli instances and let each instance check one URL concurrently. All instances can use the same event handlers. -- Arno Garrels > -- > Be Yourself @ mail.com! > Choose From 200+ Email Addresses > Get a Free Account at www.mail.com -- 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
