 |
|
The e-mr platform was designed to run on a Windows NT 2000/2003 Server. An n-tiered system comprised of an SQL Database, COM+ and an IIS Server. |
| The e-mr platform can be installed on a single server or spread across multiple machines, depending upon the amount of traffic you are expecting. |
e-mr uses Microsoft's SQL Server 2000, for database architecture and design.
- A relational database, optimizing storage space and referential integrity.
- The main storage area for all the customer and property listing information.
- All critical information within this database is encrypted.
- It keeps track of interaction between the customer and agents.
- It's where customer details and account information are maintained, thus allowing customers to easily update their account information.
|
The COM+ tier is where communication between the website and the Management Console takes place.
- It's a series of compiled ActiveX DLLs (dynamic link libraries)
- Improves performance by centralizing process logic.
- It maintains all the business logic and most of the workload.
- This tier controls transactions and asynchronous queuing to ensure reliable completion of transactions.
- It's able to be clustered and is easily expandable to meet its clients' growing needs.
|
The IIS (Internet Information Server) is used to maintain and run the front-end of the platform.
- This is where the customers connect to the system (the web-site).
- It can be clustered in order to maintain fast response times if the platform has a lot of customers simultaneously accessing the system.
- It uses a dynamically built platform, designed specifically to meet each client's individual requirements.
- The graphic look and feel is kept to the highest standard, either by using the client's names or supplied graphic images by our in-house designers.
|
|
|
|