Re: [twsocket] HTTPCli.GetAsync problem.

2005-09-10 Thread Francois PIETTE
Message - From: "Ann" <[EMAIL PROTECTED]> To: Sent: Friday, September 09, 2005 8:12 PM Subject: [twsocket] HTTPCli.GetAsync problem. > Ok. I made simple application based on Http.GetAsync function. > Heres what i got: > > Components: > > -TList_1 - List of busy comp

[twsocket] HTTPCli.GetAsync problem.

2005-09-09 Thread Ann
Ok. I made simple application based on Http.GetAsync function. Heres what i got: Components: -TList_1 - List of busy components -TList_2 - List of free components -HTTPCli - 30 more created dynamicly -TStringList - a queue of hosts to gather data from -ListView - table to store gathered data -Tim