Parallel Programming

Radu radu.racariu at void.space
Wed Oct 3 05:07:14 PDT 2007


Pablo Ripolles wrote:
> Hello,
>
> as many of you have already read, there is an ongoing discussion about the different paradigms/environments/approaches of parallel programming, particularily aimed towards how to exploite the evenly more common multi-core processors.
>
> http://www.artima.com/weblogs/viewpost.jsp?thread=214627
> http://blogs.intel.com/research/2007/10/parallel_programming_environme.html
>
> I'd like to hear about D community point of view!  Is the std.thread our solution? Is there anyone expecting or following another approach?
>
> Thanks!
>   
There where some discussions about this subject with various ideas on 
how to approach this matter.
Personally, I like the CSP implementation available at 
http://assertfalse.com/projects.shtml, it is a good start and could 
offer a potential solution.
CSP is a relatively old concept with a strong mathematical basis 
(http://en.wikipedia.org/wiki/Communicating_sequential_processes).

Nevertheless the debate around concurrency and parallelism will continue 
as obviously no single solution has the potential to cover all the 
issues at hand.




More information about the Digitalmars-d-announce mailing list