HI All,
I need some advice for a service that i am writing.
I need to be able to connect and send data to around 800 devices (with ip addresses). This needs to be done asynchronously. The problem that i have is that if i create 800 threads the performance of the machine will be non existent and i understand that 800 sockets would have the same effect.
I just need some advice on the best way to go about this.
Thanks in advance