Skip navigation

From Forums
Added by Orion Letizi, last edited by Orion Letizi on Apr 20, 2007 14:16
(None)

Quotes

The path of least resistance seems to be Terracotta

FAQ

Q: Are there different collection implementations perform better in Terracotta DSO than others? For example, would an array-backed List perform worse than a linked list, due to dynamic resizing?

A. (See forum post). Yes and no. From an implementation perspective, some collections are more optimized than others. HashMap and Hashtable have received the most optimization, but optimization is an ongoing process.

The dynamic resizing does not affect performance in Terracotta because we use logical change management for collections. See the Concept and Architecture Guide for more information on logical vs. physical change management.

Q: Nothing seems to be shared! What am I doing wrong?

A. (See forum post). First, make sure you have configured a root. Second, use the Terracotta Console to see if the root has been created. If not, make sure the root configuration actually matches the variable name you want (check for typos).

Adaptavist Theme Builder Powered by Atlassian Confluence