Hey

Nishi Nidamarty wrote:
> Any ideas along these lines ...
>
> 1. Maintaining the state of DB when have multiple containers with in the
> same EJB server?
> (assuming all of them access the same DB). These containers can be any
> third party containers.

I assume that you are referring to EntityBeans. This is no problem as
long as two EB's in different containers do not map to the same table.
Same db is ok. If you are using WebLogic and thinking about the
"dbIsShared" property that should really change name to "tableIsShared"
or something like that.

> 2. How does it impact caching and O/R mapping tools that are integrated
> with EJB-Server?

Sharing between containers means less caching in the EJB-server, but
OTOH the DB will probably do caching anyway. Your actual performance hit
will depend on your DB vendor.

/Rickard

--
Rickard �berg

@home: +46 13 177937
Email: [EMAIL PROTECTED]
Homepage: http://www-und.ida.liu.se/~ricob684

===========================================================================
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".

Reply via email to