I use Indy. Several hundred telegrams per minute on a couple of dozens of sockets and it hardly shows on the CPU consumption. No performance problems. It's not like Indy toss them all the time. Exceptions are costly, but useful. If they become a performance problem, there is a design problem in the code. I am mostly interested in understanding the challenges with exceptions and ARC.
Interesting comment on ARC and Exceptions and your phantom pain. Perhaps you could outline the heart of your concerns?
ReplyDeleteI use Indy. Several hundred telegrams per minute on a couple of dozens of sockets and it hardly shows on the CPU consumption. No performance problems. It's not like Indy toss them all the time. Exceptions are costly, but useful. If they become a performance problem, there is a design problem in the code. I am mostly interested in understanding the challenges with exceptions and ARC.
ReplyDelete