MFC ListControl functions Slowing everything down
I am developing a C++ MFC-based application that takes positional data over IP, does some stuff, sends it back over IP, then outputs it to the list control. Every packet is collected, processed and sent out. After the send, I pass the output function to a separate thread so the app can proceed to loop back for the next packet. The app processes around 3-4 packets a second, on average.