My next task is tune-up our C# application to minimise the memory usage, reduce threads used and improve performance.
There will be a small status message received by our application every 100ms. The application will process these status message. Then a 2M data will be received by our application. That day will be processed and 4 more data will be created based on the processed data. After that all data will be saved to the database.
The communication between modules is event. So there are about 100 events (not all are necessary) in the system.
Any tool I can use to diagnosise the issues and help make it better?