[twsocket] Simultaneous TPing request using multithread.

2013-03-02 Thread Marc Gauthier
Good day, I need to build a network monitoring tool that will ping about a 1000 IP's on a regular basis, I plan to use Thread-Pool for this. I know there is an issue with doing simultaneous ICMP request because all the listening socket receive the reply and this create confusion. My

Re: [twsocket] Simultaneous TPing request using multithread.

2013-03-02 Thread Lester Clayton
Absolutely no issue :) I've already written such an application. Works either 32 bit or 64 bit. If you like I can let you have the application plus source code to help give you some ideas where to start. Lester On 02/03/2013 16:00, Marc Gauthier wrote: Good day, I need to build

Re: [twsocket] Simultaneous TPing request using multithread.

2013-03-02 Thread Angus Robertson - Magenta Systems Ltd
> I need to build a network monitoring tool that will ping about a > 1000 IP's on a regular basis, I plan to use Thread-Pool for this. I did a major rewrite of ICMP and Ping last month, including a new threaded ping component and a trace route demo that sends off lots of pings using threads. U

Re: [twsocket] Simultaneous TPing request using multithread.

2013-03-02 Thread Arno Garrels
- Original Message - From: "Angus Robertson - Magenta Systems Ltd" To: Sent: Saturday, March 02, 2013 7:29 PM Subject: Re: [twsocket] Simultaneous TPing request using multithread. > Unfortunately Arno decided it would not work on FireMonkey It is a fact that it did not work. > (abo