1
Good evening, I am developing an application in c# that collects data from several computers with logically different Ips, this access is being done at the same time and the information is handled in the application. However, I am realizing that the system is getting slower and slower, I have tried to dry the code, but I suspect the error is in this simultaneous access of IPS ( although I need this information in real time, of 14 machines). How can I make it faster and more effective?