Re: About instance's integrity.
Re: About instance's integrity.
- Subject: Re: About instance's integrity.
- From: Mike Schrag <email@hidden>
- Date: Sun, 23 Nov 2008 16:27:07 -0500
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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden