Re: performance of dual core processors for .NET




It's there for C++:
http://msdn.microsoft.com/vstudio/tour/vs2005_guided_tour/VS2005pro/Smart_Client/CPlusMultiProcessBuilds.htm

It *seems* to be there for C#, but I haven't actually tested it. The "feels
faster" quotient jumped enough on my new box that I assumed that's what it's
doing.

--
Chris Mullins, MCSD.NET, MCPD:Enterprise, MVP C#
http://www.coversant.net/blogs/cmullins

"Phil Wilson" <phil.wilson@xxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:O8w4QPPNHHA.4848@xxxxxxxxxxxxxxxxxxxxxxx
But I don't believe VS 2005 does anything (such as build projects in
parallel) to take advantage of multiple processors. It still just builds
one project, then another, then another, all serial with no
multi-threading. The question is about whether you'd get a faster build
with (for example) one 3GHz machine or with a dual 2GHz machine, and it's
my belief that the 3GHz machine would do faster builds because VS doesn't
do any parallel processing to use two processors and use the available
4GHz That's in effect what the OP is asking. Your build process speed
may indeed have increased when you got a new machine, but that's not what
the OP is interested in - it's what CPU configuration is preferable.
--
Phil Wilson
[Microsoft MVP Windows Installer]
"Chris Mullins [MVP]" <cmullins@xxxxxxxxx> wrote in message
news:%234MYyFDNHHA.4384@xxxxxxxxxxxxxxxxxxxxxxx
"Phil Wilson" <phil.wilson@xxxxxxxxxxxxxxxxxxxxxxxx> wrote

[Using a Dual Core box for Visual Studio]

I've been very happy with my dual-core box running Visual Studio. The
build process on my machine has increased dramatically, as Visual Studio
is pretty smart about doing builds.

The solutions I work in have 40 or so projects in them, and build time is
a real issue.

My workstation was an $800 box from Dell - (Dimension C521). It's a dual
core AMD machine with 4GB of memory running Windows XP Pro x64. For the
price, it's a fantastic machine. The on-board video card is able to drive
my 24" LCD (1900x1280), although I think I'm going to go get a dual DVI
card here shortly.

If you were REALLY paranoid about performance, disk I/O is probably the
biggest bottleneck on my system in terms of build time. I've got a
low-end 7200 RPM SATA drive (that came with the machine). Upgrading this
to a SATA raid array, or the new 15k RPM Serial SCSI stuff would be....
fast.

--
Chris Mullins, MCSD.NET, MCPD:Enterprise, MVP C#
http://www.coversant.net/blogs/cmullins






.



Relevant Pages

  • Re: performance of dual core processors for .NET
    ... I've been very happy with my dual-core box running Visual Studio. ... core AMD machine with 4GB of memory running Windows XP Pro x64. ... The on-board video card is able to drive ...
    (microsoft.public.dotnet.framework.performance)
  • Re: performance of dual core processors for .NET
    ... [Using a Dual Core box for Visual Studio] ... I've been very happy with my dual-core box running Visual Studio. ... The on-board video card is able to drive my ...
    (microsoft.public.dotnet.framework.performance)
  • Lan Booster
    ... I have enabled the LAN service but still remote users (running Visual Studio ... 2005 Beta2) are receiving their project files via slow file sharing. ...
    (microsoft.public.vstudio.sourcesafe)
  • Create Command File not present in Database Project
    ... I don't have the Create Command File menu option available in Database ... Project I have in Visual Studio. ... I'm running Visual Studio .NET 2003 ... Professional Edition ...
    (microsoft.public.dotnet.general)

Loading