[Mono-list] Mono and concurrency/parallelism
    Miguel de Icaza 
    miguel at ximian.com
       
    Sun Aug 13 22:39:21 EDT 2006
    
    
  
Hello,
> I like the simplicity and productivity of Mono, but I'm afraid how it's 
> going to behave (in terms of efficiency) with the new hardware to come 
> (4,8, or more processors in some years?).
It largely depends on how you write your code, Mono has very little to
say here.
If your code calls into code that locks, it will scale poorly, but there
are "best practices" about how to work on those scenarios already, so
just follow those practices.
    
    
More information about the Mono-list
mailing list