I use TelNet connection to access onto remote computer and then retrieve information. My program use diffrent ip addresses to get right information and then print results onto my website. It works fine when I am using 1-5 ip addresses. But if I use 6-7 ip addresses then it become too slow. And finally connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. I modify maximum execution time but then connection only works slower. Modifying time lenght of what program use to retrieve information. That make connection run faster but then part of information is missing. How to make connection run faster if I am using 10-12 ip addresses? Is there somekind loop which use only one ip address at a time? Any help would be appreciated. Thanks! 😕