On Wed, May 18, 2016 at 4:06 PM Sotirios Mantziaris <smantzia...@gmail.com>
wrote:

> The claim that .Net is not heavily concurrent is not true either.

A Go program executing 100k goroutines needs 200MB or 400MB RAM for stack,
depending on version, so it can run just fine. A .net program trying to
execute 100k threads will OOM way before reaching a even a small fraction
of the goal.

-- 

-j

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to