POV-Ray : Newsgroups : povray.off-topic : And today, C# : Re: And today, C# Server Time
11 Oct 2024 07:13:15 EDT (-0400)
  Re: And today, C#  
From: Darren New
Date: 12 Feb 2008 17:45:24
Message: <47b22184$1@news.povray.org>
Eero Ahonen wrote:
> you'll have every one of them ripping theier (big) bits of memory.

Yah, that's called "side-by-side execution". It's a selling point, 
because you don't wind up with having to support old stuff in new 
runtimes, and you can leave the old bugs buggy, avoiding "DLL Hell".

> AFAIK frameworks like .Net should ease up programming by providing basic
> functions allready-coded and ease up resource-consuming as being
> something like shared libraries. 

They do.

 > Need of multiple versions of the same
> frameworks simultaniously just.. hmm.. breaks this illusion.

Wow, I run Java and C# next to each other, and they both take up memory! :-)

One really has two choices: Run different versions of the runtime and 
use up those resources, or have DLL hell where upgrading the runtime 
breaks working programs. The "upgrade the runtime and maintain 100% 
backward compatibility" eventually turns into a nightmare.

-- 
   Darren New / San Diego, CA, USA (PST)
     On what day did God create the body thetans?


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.