May 2004
Intermediate to advanced
888 pages
22h 31m
English
A multitier design offers several advantages over two-tier client/server designs, although it is probably more complex to understand and implement.
The first and most prominent advantage of multitier architectures is scalability.
Client/server systems depend on a central database server and require permanent connections to be present. The more clients, the worse the server will perform because of the increased resource consumption (that is, network connections constantly open, frequent access to tables, cursors, and so on). Client/server systems aren’t usually capable of handling more than a couple of hundred concurrent users in an efficient manner.
By having a middle ...
Read now
Unlock full access