[twsocket] Async ICMP

2006-02-03 Thread Fastream Technologies
Hello, I want to ping a list of servers (in parallel if possible) but without threads, in the main thread. Currently I have some IdICMP code and when I am disconnected from a host, it stalls for the timeout period. Is async ICMP possible with ICS? If not, is there an API limitation for this

Re: [twsocket] Async ICMP

2006-02-03 Thread Guillaume MAISON
Fastream Technologies a écrit : Hello, I want to ping a list of servers (in parallel if possible) but without threads, in the main thread. Currently I have some IdICMP code and when I am disconnected from a host, it stalls for the timeout period. Is async ICMP possible with ICS? If not,