Assaf Arkin wrote:
> My whole argument is that if you want to fly a helicopter, you need a
> license. If you want to use threads, EJB has to come up with an API.
Absolutely. Does anyone know if/when this specific API will be
released? Is Sun going to shove this into the Connector API
specification? Is Sun just going to do a Connector API specification
and then leave folks to build their own connectors, like
ThreadFactories, in which case all our future multithreaded beans will
be non-portable?
> The way to overcome that is for EJB to add thread support in a well
> defined manner, plus the necessary APIs, so your threads will work the
> same way whatever server you use.
> And I totally support any recommendation to add threading support to
> EJB, possibly through a ThreadBean or similar mechanism.
Absolutely. I second the motion. I particularly endorse an API that
treats thread creation as its own thing, and doesn't try to make it
conform to more generic constraints. Threads are unique.
And no, I don't believe that the answer is just "use JMS wherever you'd
use a thread". That solves some problems, but not all of them.
Cheers,
Laird
===========================================================================
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".