> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]] On Behalf Of 
> Manuel De Jesus
> Sent: Thursday, January 03, 2002 11:18 AM
> To: Orion-Interest
> Subject: Transactions across a cluster Orion GURUS - please advise.
> 
> 
> Hi All
> 
> Has anyone actually tested orion transactions over a cluster 
> ? I am looking
> at developing a CMP Entity Bean that stores an account balance for a
> customer. If this entity bean is deployed on a cluster of 4 
> servers and I
> have and admin person and the actual customer do 
> transactions, will they be
> looking at the same object instance even if their requests 
> are being served
> on different servers ? 

Simple answer is maybe but probably not.

> Will ACID be supported in this scenario ?

transaction integrety with entity beans is done thru synchronization of
the data by ejbload and ejbstore.
the database handles this.

> 
> I would greatly appreciate any help/advice on this.
> 
> Regards,
> Manuel
> 
> 
> 



Reply via email to