How much extra PC performance does a programme written in .NET require compared to one written with
VS6? Am I write in saying that the main extra requirement is RAM rather than CPU power?
I ask this since older PCs tend to have much less RAM and CPU performance.
If I check a programme in task manager, .NET programmes tend to be pretty big on the memory usage.
But does this show the full memory usage? Does it include the .NET runtime and any other .NET
baggage?
Also, if I run two .NET programmes at the same time (both using the same .NET version - version 2,
say) is the .NET runtime mostly shred, or is it loaded twice?
VS6? Am I write in saying that the main extra requirement is RAM rather than CPU power?
I ask this since older PCs tend to have much less RAM and CPU performance.
If I check a programme in task manager, .NET programmes tend to be pretty big on the memory usage.
But does this show the full memory usage? Does it include the .NET runtime and any other .NET
baggage?
Also, if I run two .NET programmes at the same time (both using the same .NET version - version 2,
say) is the .NET runtime mostly shred, or is it loaded twice?
Comment