1) Having caches for each instance is not efficient. Sharing cache
is the best.
Isn't a shared cache just a DBMS? Sure, you can RYO at great effort
and expense -- and you will probably get better performance out of
it, but unless you have specific hardware requirements that preclude
using a real database, it would seem to me to be a waste of time.
For general purpose fetching, I would agree, but for expensive-to-
fetch data, that's not NECESSARILY the case ... I suppose you could do
precomputed views if your database supports it, but I'm not sure how
many actually do (I know Oracle does .. not sure about the others).
ms
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]