C#C
C#2y ago
unknow$

Why do requests slow down the program so much?

As I mentioned in the title, I have a multi-threading system. It uses 100% of my processor. My program makes about 1200 checks per second, but when I add the part where I need to send requests to the system, it makes almost 40, 50 checks per second and uses %5 of my processsor

The response time to my request is very short, I don't understand why this is happening. Is there any way I can fix this?
image.png
Was this page helpful?