Trigon Blue

Products

Services

Text Market

Book of Knowledge (articles & whitepapers)

SQL Server 2005 Stored Procedure Programming
in T-SQL and .NET, 3rd Ed.

SQL Server 2000 Stored Procedure and XML Programming, 2nd Ed.

SQL Server 2000 Stored Procedure Programming

e-Business News

SQL Server News

About Us

Contact Us

Join Us

Links

Search


© 2003 - Trigon Blue Inc.  
All rights reserved.

Distributed Architecture

To achieve the highest level of performance in request processing, the system architect must turn to Distributed Systems. The general idea behind this type of architecture is to divide (i.e., distribute) the processing of information amongst a number of specialized servers that perform different types of processing concurrently.

The first step in this direction is usually to create business objects (components) to divide the presentation, business, and data services. To achieve the highest performance, the system can use Microsoft Transaction Server to control the processing of business objects.

This approach results in increased performance, better resource sharing, and increased maintainability.

Further performance gains can be obtained by using Message Queue Servers. This architecture enables asynchronous communication between the client and server components. The benefits of this architecture are load balancing, increased performance, and improved resource sharing.

See also:

Home | Products | Services | Book of Knowledge | e-Business News | SQL Server News
About Us | Contact Us | Join Us | Links | Search