WTS
Availability - available to service requests. Eliminate any potential single point of failure
Scalability -Linear throughput growth for additional resources
Interoperability -Ability to access applications, data or resources on other platforms
App Server creates an instance of RDM to attend the client.
App Server acts as a Data Retrieval Engine. It accesses data (via ADO), processes it and saves changes.
App Server builds response data, sends it to the client, and destroys instance previously created.
Client does its request (HTTP) to Web Server (via Internet).
Web Server communicates with App Server (via DCOM) and pass the client request
App Server acts as a Data Retrieval Engine. It accesses data (via ADO).
App Server builds response data, sends it to the Web Server, and destroys instance previously created.
Web Server creates the response web page (HTML) and gives it back to the browser.
Smaller more efficient transactions will decrease the occurrence of server blocking and deadlocking as well as network traffic.
Each statement is executed on a row level basis, thereby increasing locks obtained, network traffic and client connection time.
A stateless application will disconnect from the data tier and only reconnect when necessary.