[twsocket] Fast Pings !

2006-02-11 Thread Enrique
Hello ! I need to do very much pings, but it seems to be very slow, I have seen programs that check more than 10 IPs for second. How can I increase the speed? it's possible to do it asynchronous? Thanks ! enri. -- To unsubscribe or change your settings for TWSocket mailing list please goto htt

Re: [twsocket] Fast Pings ! -> C++ :-(

2006-02-11 Thread Enrique
I've seen in the usermade. But the code is in Delphi, I don't know much about Delphi, and I don't know much about multithreading too :-( Anyway, are components or only samples the files on the usermade page? I think that what I need to do is very simple. Perhaps somebody can help with a C++ code

Re: [twsocket] Fast Pings ! -> C++ :-(

2006-02-12 Thread Enrique
procedure = void? function? nil = NULL "TraceAddr: array [1..TraceMax] of string ;" = string TraceAddr[TraceMax] with first index = 1 ? {$R *.DFM} ??? "with Sender as TPingThread do" ? we are assuming that all "comes from" TPingThread ? <> = != anyway, the problem is not so much to "read" t

[twsocket] Fast Pings ! Delphi->BCB

2006-02-13 Thread Enrique
Thanks Francois, but I'm still having problems with Delphi :-( How should I translate this? // for I := 0 to Pred (T) do begin if HostNames.Lines [I] <> '' then begin with TPingThread.Create (True) do // create suspended