System architecture
The system is designed to process high amount of bets and handle the load of several thousand transactions per minute. Therefore the load is divided and handled by several different server components. Our software allows the use of clusters. The system components are the following:
- Application Server – the application server takes care of the client interface, the payments, validation and the Data Base addressing
- Web Services - provides the transport environment for communication with the Application Server when working with the Internet interface
- Database Server – the central system uses Microsoft SQL as a database server
- Administrative Server - used for calculation of the winnings, management of the user’s rights, control of the risk, as well as the realization of the communication with the administrative interface
Top of the page