jsr236-experts@concurrency-ee-spec.java.net

[jsr236-experts] Re: Concern about distributable executors

From: David M. Lloyd <david.lloyd_at_redhat.com>
Date: Tue, 28 Aug 2012 10:51:42 -0500

I can configure a singleton EJB which allows fully concurrent access. I
can then use regular invocations to do basically the same thing as
distributable executors - execute tasks on remote nodes, possibly with
results.

On 08/15/2012 04:10 PM, Anthony Lai wrote:
> Hi David,
>
> Not sure I understand the overlap. Do you mind giving more details?
>
> Regards
> Anthony
>
> On 8/4/12 3:18 PM, David M. Lloyd wrote:
>> I am concerned at the level of overlap between asynchronous EJB
>> execution and distributable executors. It seems that distributable
>> execution, especially with affinity, is largely the same as calling a
>> singleton EJB configured with bean-managed concurrency.
>>
>> Are we sure that this has a place in the spec?
>


-- 
- DML