Hallo *, we are using the OSCache along with JGroups to implement a distributed cache for our OJB based application. The question we cannot answer is, how OJB uses the cache implementation, especially what objects are cached.
1. Does OJB cache the 1-object along with it's n-side object in a 1:n relationship ? And are those n-objects cached on their own a second time ? We have a complex data-structure, and when we serialize an object, we get up to 6mb of data per object (including the related n-objects). This is way too much for synchronizing, since we have hundreds of such objects, which are only about 20 kb per object, without their related objects. 2. is this the same in m:n relationships ? 3. What about dynamic proxies, that are already materialized ? 4. What about list proxies ? Thanks in advance, Klaus Richarz --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
