D vs Go in real life

Bienlein jeti789 at web.de
Wed Nov 6 02:10:05 PST 2013


> Which are also available in many JVM implementations and in 
> .NET as tasks and asynch.
>
> Although, it is nice PR for HN guys that ignore what these 
> platforms offer.

I'm sure about that. When you block a thread in Java it is no
longer available for the thread pool and increasing the size of
it cannot be done at will, because creating new threads is not
lightweigt on the JVM.

There is a CSP implemention for Java made by some English
university: http://www.cs.kent.ac.uk/projects/ofa/jcsp/ Groovy
CSP makes use of it:
http://www.gpars.org/1.0.0/guide/guide/GroovyCSP.html But I
haven't tried what happens when you block threads.


More information about the Digitalmars-d mailing list