develooper Front page | perl.perl5.porters | Postings from August 2021

Re: concurrency list (was Re: Relinquishing Maintenance of CoreModules)

Thread Previous | Thread Next
From:
Leon Timmermans
Date:
August 3, 2021 20:09
Subject:
Re: concurrency list (was Re: Relinquishing Maintenance of CoreModules)
Message ID:
CAHhgV8hEovmk7UfK7Ag4LUc8Y4eheGcGQaeaSCEYUPRTJVUufg@mail.gmail.com
On Mon, Aug 2, 2021 at 11:12 PM David Christensen <dpchrist@holgerdanske.com>
wrote:

> CSP is a proven model for concurrency.
>
>
> AIUI CSP is the raison d'ĂȘtre of the Go programming language, which has
> become the dominant concurrent programming language (and ahead of Perl
> in general):
>
> https://www.tiobe.com/tiobe-index/
>
>
> This tutorial provides a taste of goroutines and channels:
>
> https://golangbot.com/channels/
>

Yeah, that's the one :-)


> How are your CSP channels implemented in Perl?
>

On top of ithreads, but without threads.pm


> Have you thought ahead to distributed/ network programming?
>

I have thought about it, and decided it's well outside of scope for this
project for now.

Leon

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About