02-18-2021 01:41 AM
12 TCP clients can connect to each of the 12 open servers and read them continuously in the finished program. Importantly, 12 clients are created and connected in a single 'while loop'. This operation consumes up to 30% of the current CPU shares. How do I reduce CPU shares by 20% or more lower? Attention, the number of ports cannot be changed.
I am writing with a translator, so if you have a qustion, comment plz.
Solved! Go to Solution.
02-18-2021 02:05 AM
What is "continuously"? What determines the loop rate?
How much data is exchanged over the network?
Is it 12 clients to each of the 12 servers for a total of 144 connections?
What is consuming CPU? The server or the client?
Are both sides of the connection written in LabVIEW? Who wrote the code?
It would help if you can explain in much more detail and even attach some simplified code.
02-18-2021 02:20 AM
- Continuous literally means reading all the time.
- Maybe lower than 3000byte
- Just 1 client connet to 1 server.
- Only clients use CPU usage.
- Only clients written in LabVIEW.
Thank you to receive your reply. But the question has already been resolved.