Jay Walters wrote:

> ...
>
> It would be interesting to understand what the actual implementation issue
> with the stubs might be.  I also think it is very interesting that none of
> the vendors have chimed in about how their products work here.  So far our
> single reference point is Ian's comments on JBoss.

<vendor>

With Sybase EAServer, the stubs for EJBHome and EJBObject are thread safe.

It should be noted, however, that trying to access stateful objects from
multiple threads simultaneously can cause problems. For example, two
client threads that use UserTransaction might attempt to access the same
stateful session bean instance within separate transactions (at the same
time). This could result in an INVALID_TRANSACTION system exception for
one of the threads.

</vendor>
_______________________________________________________________________________

Evan Ireland            Sybase EAServer Engineering         [EMAIL PROTECTED]
                           Wellington, New Zealand                +64 4 934-5856

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