|
From: <ben...@jb...> - 2006-06-23 06:24:47
|
Yes, this is something that I plan to do. Not necessary to store all the internal node under the same _HEAP_ space since issues such as locking needs to be taken into account. Secondly to address your second post, a better solution like I mentioned in my previous reply to your forum post, is to have _JBOSS_INTERNAL_ to reside into an individual region. This way, again, we assume the object relationship only has the scope within that region. But this should be a perfect assumption. For example, within a webapp, we don't expect the relationship to persist across the different webapps, right? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952884#3952884 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952884 |