> > 3. Anticipatory loading of entity beans (not sure > > who claimed to do this - I think it was Gemstone) > > > >> this addresses latency between ejb server and pstore. Chris > Raber > can cover the details and correct me if i'm wrong. > This is a common optimization in OR mapping. <vendor> With GemStone/J's PCA this optimization is generally unnecessary since the objects being referenced by entity beans will most likely already be in shared memory. If they are not in shared cache, they will be after the initial reference, and they'll stay there as long as the LRU algorithm determines they should not be evicted from cache. </vendor> -Chris. =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
