Architecture

Architecture

TaskBeat is built with concepts of service oriented architecture in mind. The complete solution consists of several separate applications. Three core services are: task management application, budget management application and business logic application. All applications act as services and can be distributed across multiple servers for redundancy and/or load balancing. At the application level TaskBeat has been built using Object Oriented Design with Model View Controller software pattern.

2013-06-04_042556

In the whole architecture over 80% of TaskBeat code is native to the Windows platform, allowing great performance and memory management. Compiled code translates into a very low cost of infrastructure: executing typically over 30 times faster, meaning it can run on fewer concurrent servers, each at a several times lower cloud computing power and cost.