C
ChUIMonster
Guest
You should NEVER code even the simplest example with SHARE-LOCK unless the point is to show something about SHARE-LOCK. (The people writing examples for the documentation really need to learn this.) You asked about "number of calls" and "server hits". The most significant factor in figuring that out is whether or not your code can take advantage of "NO-LOCK Queries". If you do not have NO-LOCK then the answer is easy and unpleasant. If you do have NO-LOCK then there are additional considerations (see the kbase) but you are at least on the right road.
Continue reading...
Continue reading...