![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I am not sure if this is the right group to ask this question. I thought may be some of you might have answer to my question. Now that said, here is my question. I am planning to purchase dual core processor desktop for .NET application development. The processor is intel dual core processor with 4 GB RAM. I need to know how the performance of the iis would be with this dual core processor? Most of the time I will be using VS.NET to develop the applications and sometimes debugging them if there are any errors. So would it be worth to buy dual core processor or buy single processor with 4 GB RAM? Which one will have better performance? Please let me know. Thanks, Sridhar. |
#3
| |||
| |||
|
|
Hi, I am not sure if this is the right group to ask this question. I thought may be some of you might have answer to my question. Now that said, here is my question. I am planning to purchase dual core processor desktop for .NET application development. The processor is intel dual core processor with 4 GB RAM. I need to know how the performance of the iis would be with this dual core processor? Most of the time I will be using VS.NET to develop the applications and sometimes debugging them if there are any errors. So would it be worth to buy dual core processor or buy single processor with 4 GB RAM? Which one will have better performance? Please let me know. Thanks, Sridhar. |
#4
| |||
| |||
|
|
I had the exact same problem last year with lack of driver support for printers, PCI Wi-Fi cards and so on. My god support for Windows XP Pro 64-bit sux let's hope that it will all be better with the 64-bit edition of Windows Vista. Gabriel Lozano-Morán The .NET Aficionado http://www.pointerx.net "Chris Mullins" <cmullins (AT) yahoo (DOT) com> wrote in message news:u1gkXMVHHHA.420 (AT) TK2MSFTNGP02 (DOT) phx.gbl... My development workstation is a recently purchased Dell Dimension C521 (Dual Core AMD Athlon, 4GB of memory) costing about $800. I'm using the Integrated Video card, the low end processor, and a relativly cheap hard disk. (I do plan to get a PCI-Express dual DVI video card here shortly though). I run WinXP-64 as my operating system, and use Visual Studio 2005 pretty much all day long. It's... great. I would recommend this configuration to just about everyone. The only issue has been drivers for WinXP64 - especially printer drivers. For some reason, HP just doesn't seem to acknowledge that 64-bit exists for their consumer printer product lines. -- Chris Mullins, MCSD.NET, MCPD:Enterprise http://www.coversant.net/blogs/cmullins "Sridhar" <Sridhar (AT) discussions (DOT) microsoft.com> wrote in message news:264F74B7-CBE2-4BFD-989F-1CEB4D50FF5A (AT) microsoft (DOT) com... Hi, I am not sure if this is the right group to ask this question. I thought may be some of you might have answer to my question. Now that said, here is my question. I am planning to purchase dual core processor desktop for .NET application development. The processor is intel dual core processor with 4 GB RAM. I need to know how the performance of the iis would be with this dual core processor? Most of the time I will be using VS.NET to develop the applications and sometimes debugging them if there are any errors. So would it be worth to buy dual core processor or buy single processor with 4 GB RAM? Which one will have better performance? Please let me know. Thanks, Sridhar. |
#5
| |||
| |||
|
|
Hi, I am not sure if this is the right group to ask this question. I thought may be some of you might have answer to my question. Now that said, here is my question. I am planning to purchase dual core processor desktop for .NET application development. The processor is intel dual core processor with 4 GB RAM. I need to know how the performance of the iis would be with this dual core processor? Most of the time I will be using VS.NET to develop the applications and sometimes debugging them if there are any errors. So would it be worth to buy dual core processor or buy single processor with 4 GB RAM? Which one will have better performance? Please let me know. Thanks, Sridhar. |
#6
| |||
| |||
|
#7
| |||
| |||
|
|
"Phil Wilson" <phil.wilson (AT) wonderware (DOT) something.com> 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 |
#8
| |||
| |||
|
|
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 (AT) yahoo (DOT) com> wrote in message news:%234MYyFDNHHA.4384 (AT) TK2MSFTNGP03 (DOT) phx.gbl... "Phil Wilson" <phil.wilson (AT) wonderware (DOT) something.com> 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 |
#9
| |||
| |||
|
|
It's there for C++: http://msdn.microsoft.com/vstudio/to...cessBuilds.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 (AT) wonderware (DOT) something.com> wrote in message news:O8w4QPPNHHA.4848 (AT) TK2MSFTNGP04 (DOT) phx.gbl... 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 (AT) yahoo (DOT) com> wrote in message news:%234MYyFDNHHA.4384 (AT) TK2MSFTNGP03 (DOT) phx.gbl... "Phil Wilson" <phil.wilson (AT) wonderware (DOT) something.com> 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 |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |