The consultancy relied on the Winsolve application to calculate economic forecasts. Winsolve, a 32-bit Windows program for solving nonlinear models, is an older desktop tool that can only process one calculation at a time. As the client's business grew, the need to process multiple calculations simultaneously became critical to meet increasing demands.
Solutions
Due to positive feedback from another UK client, the consultancy chose us to update and enhance their platform. We inherited the legacy Winsolve application and implemented a robust solution to address their needs.
Core Technologies:
- RabbitMQ: A scalable message queueing platform.
- Mass Transit: A lightweight message bus for creating distributed applications under .NET, using industry-standard messaging protocols.
We developed a job queue system based on .NET, RabbitMQ and Mass Transit technologies. This system allows running multiple instances of the Winsolve tool on two or more servers, leveraging the computing power of each machine. Our solution included the following enhancements:
- Adjusting the process priority level for each Winsolve process to speed up job throughput.
- Tying each instance of Winsolve to a specific processor core.
- Increasing the multi-threading capabilities of the Winsolve process.