Perforamce gain on dual Xeon and .Net?
-
Bugger :sigh: But thanks for the info. --- Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
-
Hi there, Will there be any performance gain (lower build times) if I get a dual Xeon PC? I know that VC++ 6.0 didn't use the second CPU but is this still the case with .Net? Thanks. .Henrik --- Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
Only if you setup your build to spawn multiple cl.exe, which is a very hard thing to do. I have very long build times, and joined the effort from a friend of mine to create an NAnt mod so it runs builds with the maximum degree of parallelism available. It's not that hard, but we are low on time, lately. You can do it on anything you choose - from .bat to .net - A customer
-
Hi there, Will there be any performance gain (lower build times) if I get a dual Xeon PC? I know that VC++ 6.0 didn't use the second CPU but is this still the case with .Net? Thanks. .Henrik --- Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
No. Bad, bloated software doesn't change simply because you through hardware at it. ------- signature starts "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 "You won't like me when I'm angry..." - Dr. Bruce Banner Please review the Legal Disclaimer in my bio. ------- signature ends
-
No. Bad, bloated software doesn't change simply because you through hardware at it. ------- signature starts "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 "You won't like me when I'm angry..." - Dr. Bruce Banner Please review the Legal Disclaimer in my bio. ------- signature ends
John Simmons / outlaw programmer wrote: No. Bad, bloated software doesn't change simply because you through hardware at it. Did someone mention Java? :-D You can do it on anything you choose - from .bat to .net - A customer
-
No. Bad, bloated software doesn't change simply because you through hardware at it. ------- signature starts "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 "You won't like me when I'm angry..." - Dr. Bruce Banner Please review the Legal Disclaimer in my bio. ------- signature ends
Hardware is like beer. The more you use, the better ugly code starts to look. cheers, Chris Maunder
-
Hi there, Will there be any performance gain (lower build times) if I get a dual Xeon PC? I know that VC++ 6.0 didn't use the second CPU but is this still the case with .Net? Thanks. .Henrik --- Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
actually you will gain speed, because the kernal binds to the primary processor, so kernal ops will happen without killing your compile. you might want to set the affinity of the compiler to the second proc...
"When the only tool you have is a hammer, a sore thumb you will have."
-
John Simmons / outlaw programmer wrote: No. Bad, bloated software doesn't change simply because you through hardware at it. Did someone mention Java? :-D You can do it on anything you choose - from .bat to .net - A customer
Sort of like C#, which has a ton of runtime just to get started.
Todd C. Wilson (meme@nopcode.com) NOPcode.com "Flow with whatever may happen and let your mind be free: Stay centered by accepting whatever you are doing. This is the Way." - Chuang-Tzu "Zen in the Martial Arts"
-
Hi there, Will there be any performance gain (lower build times) if I get a dual Xeon PC? I know that VC++ 6.0 didn't use the second CPU but is this still the case with .Net? Thanks. .Henrik --- Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
It won't use both processors, but having a second processor will allow you to run other programs without taking CPU time from the compiling. Matt Newman
Sonork: 100:11179 "Whoa, that ruled! What function key do I gotta press to get that to happen again?" - Strong Bad -
Hardware is like beer. The more you use, the better ugly code starts to look. cheers, Chris Maunder
Chris Maunder wrote: Hardware is like beer. The more you use, the better ugly code starts to look. Obviously you have finally been weaned off wishy washy Aussie :beer::omg: Now if we can just cure your craving for :vegemite: you will be almost ready to join the real world (maybe):~ John Hudson X|Signature offline for maintenance please try again later X| http://www.rainbow-innov.co.uk[^]
-
Hardware is like beer. The more you use, the better ugly code starts to look. cheers, Chris Maunder
Chris Maunder wrote: Hardware is like beer. The more you use, the better ugly code starts to look. And you would know how? Michael Martin Australia "I personally love it because I can get as down and dirty as I want on the backend, while also being able to dabble with fun scripting and presentation games on the front end." - Chris Maunder 15/07/2002