Hi,

I'm trying to sort out a design that needs capacity and short
latency:

I'm porting/converting a few corba services to EJBs: some entity
and some stateful session.

The Spec is vague and vendor docs vary from vendor for the following
questions:

Multple clients (multiple handles) concurrent access to same method:

- Entity: when will the container allow concurrent calls into same method
  vs sequentially queue the calls?  Or worse throw an exception to the 2nd
  -Nth calls.

- Stateful Session: ditto

- Session: at least one vendor allows a threaded client to share the same
  handle and allow concurrent calls in a session bean.  Other vendors throw
  an exception on the 2nd-Nth calls...  ;(

--

Curt Smith
[EMAIL PROTECTED]
(w) 404-237-1166 x182

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