Using C++ in an Azure Worker Role for a Compute Intensive Task
okt 22,
2010
Recently a situation came up with an application I was working on. My client had implemented a proprietary algorithm in a legacy desktop application. This algorithm is very compute intensive. It happened that it was an actuarial calculation, but the specifics don’t really matter. The computation was written in highly optimized C code. In thinking […]
Worker Role Communication in Windows Azure, Part 1
jun 28,
2010
In an earlier post we talked about the ”Asynchronous Web/Worker Role Pattern” in Windows Azure. In this pattern the web roles are ”client facing” and expose an http endpoint. In Azure a web role is essentially a virtual machine running IIS while a worker role is a background process that is usually not visible to […]