uNot instantaneous (but really fast)
uHigh number of transmission requests are the #1 cause of performance problems.
uDatabase-independence is not a good idea.
ØSingle request from a client may require many requests
from the application server
to the database in order to fulfill.
uExamine and measure the number of round-trips from application server to database.