Re: [twsocket] THttpCli simultaneous

2008-08-12 Thread crazdcodr
; AHttpCli.RcvdStream.Free; FHttpCliList.Delete(Item - 1); Break end end; { Free the item } AHttpCli.Free; end; - Original Message - From: Francois PIETTE To: ICS support mailing Subject: Re: [twsocket] THttpCli simultaneous Date: Mon, 11 Aug 2008 21:09:49 +0200 Using GetAsync

[twsocket] THttpCli simultaneous

2008-08-11 Thread crazdcodr
I'd like to use THttpCli to do multiple simultaneous GET requests of different websites. All of the retrieved HTML documents need to be saved to the harddrive. When dynamically creating each of the THttpCli components, should I issue GetAsync and write the data to disk in the OnDocData event? Or,

Re: [twsocket] THttpCli simultaneous

2008-08-11 Thread Francois Piette
I'd like to use THttpCli to do multiple simultaneous GET requests of different websites. All of the retrieved HTML documents need to be saved to the harddrive. When dynamically creating each of the THttpCli components, should I issue GetAsync and write the data to disk in the OnDocData event?

Re: [twsocket] THttpCli simultaneous

2008-08-11 Thread crazdcodr
So I should issue GetAsync and handle RcvdStream in the OnDocData event, correct? - Original Message - From: Francois Piette To: ICS support mailing Subject: Re: [twsocket] THttpCli simultaneous Date: Mon, 11 Aug 2008 11:56:42 +0200 I'd like to use THttpCli to do multiple

Re: [twsocket] THttpCli simultaneous

2008-08-11 Thread Francois PIETTE
- From: [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Monday, August 11, 2008 8:49 PM Subject: Re: [twsocket] THttpCli simultaneous So I should issue GetAsync and handle RcvdStream in the OnDocData event, correct? - Original Message - From: Francois Piette