[twsocket] What is faster blocking/non blocking http transfer

2005-11-19 Thread Christian Ernst
in the same amount of time. What is your experience about it? Regards and thanks in advance, -- Christian Ernst -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

[twsocket] Simultanous http request

2005-05-14 Thread Christian Ernst
Hi all. I followed the excellent example source (HttpAsy1). It works well. I filled a CheckListBox with remote files to catch. If one file fails (StatusCode = 404) I change the file extension and do another request. The OnRequestDone is only assigned if the StatusCode is <> 404. That works well