Hi, I'm having some issues with TIdICMPClient inside a thread. I have a list of computers in a listview, and am creating 5-10 threads to ping each of these and decide whether it's turned on or not. I'm getting unpredictible results - some machines that aren't on are supposedly responding to pings, and some machines that are on are not. Is this due to the threading? I've dropped the maximum number of ping threads my program creates to 1, and (apart from being far too slow to use), it seems to fix the problem.
Can I not use TIdICMPClient in multiple threads? Thanks, Neil. ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

