On Tue, Oct 12, 2010 at 10:28 PM, B. Estrade <estr...@gmail.com> wrote:
>> I agree. I would prefer implicit over explicit concurrency wherever possible.
>
> I know you're speaking about the Perl interface to concurrency, but
> you seem to contradict yourself because message passing is explicit
> whereas shared memory is implicit - two different models, both of
> which could be used together to implement a pretty flexible system.

With implicit I mean stuff like concurrent hyperoperators and
junctions. Shared memory systems are explicitly concurrent to me
because you have to ether explicitly lock or explicitly do a
transaction.

> It'd be a shame to not provide a way to both use threads directly or
> to fallback to some implicitly concurrent constructs.

I agree

Reply via email to