Marco, it's not the relative bandwidth to the server which makes remote application
servers inefficient, it's the network contention as the client talks to the appserver
while the appserver talks the the database server... Once you get more than a
handful of clients, you're looking at a pretty impressive network storm. This
can be moderated by an exotic network switch, but that money would be better
spent adding RAM to clients so they can use Direct Connect effectively.
- V