Hi!
Rickard Öberg skrev:
>
> But you are asking somewhat irrelevant questions IMHO. What is probably
> more relevant are:
> * Are different transactions/clients accessing the same entity/pk
> concurrently? (without this the above is meaningless)
> * Are the transactions short? If so, the penalty of serialized calls is
> close to zero, and hence unimportant
Using TX_SUPPORTS on both the session bean method and the entity bean
getter methods so unless the container performs the request in some
other tx, no tx will be used. But even so, yes the request is short. But
still - sometime we maybe hit the limit where there are that many client
that are calling the same entity bean instance at the same time that
they will realize a smaller delay - or?
/Lennart
--
mailto:[EMAIL PROTECTED]
http://www.benefit.se/english
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]