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
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
> 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
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