[twsocket] Can I use TPing in async mode ?

2009-09-30 Thread Max Terentiev
Hi, It's possible to use TPing component in async mode ? Or I must use TPing inside threads to pinging large amount of IP adresses ? --- With best regards, Max Terentiev. Business Software Products. AMS Development Team. supp...@bspdev.com -- To unsubscribe or change your settings for TWSocket

Re: [twsocket] Can I use TPing in async mode ?

2009-09-30 Thread Francois PIETTE
It's possible to use TPing component in async mode ? Or I must use TPing inside threads to pinging large amount of IP adresses ? You must use a thread because TPing use Windows API with is not async by nature. -- francois.pie...@overbyte.be The author of the freeware multi-tier middleware Mi

Re: [twsocket] Can I use TPing in async mode ?

2009-09-30 Thread Angus Robertson - Magenta Systems Ltd
> It's possible to use TPing component in async mode ? No. > Or I must use TPing inside threads to pinging large amount of IP > adresses ? Yes, http://www.magsys.co.uk/download/software/pingthrd.zip This component also does reverse DNS to avoid needing socket components as well. Angus -- T

[twsocket] Report a strange problem about using TsslHttpCli(ICS v7) in Delphi 2010 thread.

2009-09-30 Thread Bricksoft - Frank
First, I need thank for your excellent component! Below is my demo code. * type TForm2 = class(TForm) Edit1: TEdit; procedure FormCreate(Sender: TObject); private { Private declarations } public { Public declarations