Hi, As stated in the previous email from 2 minutes ago, I am using Thrift C++ TSimpleServer to serve some unencrypted remote messages. My prototype seems to use quite a bit of resources when no messages are being sent. On the IMX8 board I am working with, my application uses thirty percent (%30!) of one CPU continuously in Linux. When run in my Linux virtual machine, the application uses between 1 and 15 precent of a CPU. That is not as bad as on aarch64, but, none-the-less chewing much harder than I expected. Have I implemented something incorrectly? Should I be implementing something other than TSimpleServer?
Thanks, Russell