If we specity the reentrant attribute of an entity bean to be True and all methods having trans-attribute NotSupported, then can more than 2 clients access the same entity bean instance at the same time? I understand that reentrant is mainly for the loopback within the same transaction context, but I am asking about two different client programs running in different JVM trying to access and invoke some method on the same entity bean instance at the same time.
Any repsonse to this will be highly appreciated. Thanks,
Praveen
-
Reentrant and Concurrent calls to entity bean methods - weblogic (2 messages)
- Posted by: Praveen Kumar
- Posted on: April 04 2001 13:32 EDT
Threaded Messages (2)
- Reentrant and Concurrent calls to entity bean methods - weblogic by qing yan on April 04 2001 20:51 EDT
- Reentrant and Concurrent calls to entity bean methods - weblogic by Ramasubramanian Balasubramanian on April 05 2001 04:12 EDT
-
Reentrant and Concurrent calls to entity bean methods - weblogic[ Go to top ]
- Posted by: qing yan
- Posted on: April 04 2001 20:51 EDT
- in response to Praveen Kumar
Not possible,container will not route multiple requests to
the same instance -
Reentrant and Concurrent calls to entity bean methods - weblogic[ Go to top ]
- Posted by: Ramasubramanian Balasubramanian
- Posted on: April 05 2001 04:12 EDT
- in response to Praveen Kumar
Hi
I think the method of same entity bean instance can be
accessed by more than one client but not at the same time,
the requests will be serialized.
Correct me if i am wrong.
Bye
Rama.