hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Hosting Security and Technology : Windows - multi-processor
Reply

Hosting Security and Technology Configuring and optimizing web hosting servers and operating systems, developing administration scripts, building servers, protecting against hackers, and general security (SSL certificates, etc.)
Forum Jump

Windows - multi-processor

Reply Post New Thread In Hosting Security and Technology Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 03-12-2005, 05:30 PM
Tom|420 Tom|420 is offline
Junior Guru
 
Join Date: Jun 2002
Location: Sherbrooke, Québec
Posts: 182

Windows - multi-processor


Hello,

I was assigned the hard task to choose which version of Windows I should install on a new server.

Valid choices are:
Windows 2000 Server
Windows XP Pro
Windows 2003

The machine has 4 processors, and this is the decisive point in my decision. I need to know which (if not all) of those Windows supports a 4-processor architecture.

I was unable to find a definitive answer from any website, not even Microsoft.com.

Thanks for your help

Reply With Quote


Sponsored Links
  #2  
Old 03-12-2005, 06:00 PM
xlogicgroup xlogicgroup is offline
Junior Guru Wannabe
 
Join Date: Nov 2004
Location: USA
Posts: 78
I belive...

Windows 2000 Server - upto 4 cpu's
Windows XP Pro - upto 2 cpu's
Windows 2003 - upto 2 cpu's

Reply With Quote
  #3  
Old 03-12-2005, 06:09 PM
folsom folsom is offline
WHT Addict
 
Join Date: Oct 2004
Posts: 104
Windows Server 2003 Standard Edition supports up to four processors on one server.

http://www.microsoft.com/windowsserv...s/default.mspx

Reply With Quote
Sponsored Links
  #4  
Old 03-12-2005, 11:08 PM
riluve riluve is offline
Junior Guru Wannabe
 
Join Date: Oct 2004
Posts: 49
You should consider the enterprise edition. If you use 4 HT processors or 4 dual core processors - the OS will think you have 8 CPU's and this is supported only in the enterprise edition.

Enterprise edition will be the only OS able to take full advantage of 4 actual CPU's. If you want to be sure, there are trial editions for like $15 USD.


Last edited by riluve; 03-12-2005 at 11:17 PM.
Reply With Quote
  #5  
Old 03-13-2005, 10:48 AM
cameronsto cameronsto is offline
Junior Guru Wannabe
 
Join Date: Dec 2004
Posts: 45
Quote:
Originally posted by riluve
You should consider the enterprise edition. If you use 4 HT processors or 4 dual core processors - the OS will think you have 8 CPU's and this is supported only in the enterprise edition.

Enterprise edition will be the only OS able to take full advantage of 4 actual CPU's. If you want to be sure, there are trial editions for like $15 USD.
Windows can discern between phyiscal and logical CPUs. Windows will only count physical CPUs, not logical ones. If standard supports 4 CPUs, then 4 Hyperthreaded CPUs will be supported.

-cameron

Reply With Quote
  #6  
Old 03-13-2005, 01:10 PM
riluve riluve is offline
Junior Guru Wannabe
 
Join Date: Oct 2004
Posts: 49
Quote:
Originally posted by cameronsto
Windows can discern between phyiscal and logical CPUs. Windows will only count physical CPUs, not logical ones. If standard supports 4 CPUs, then 4 Hyperthreaded CPUs will be supported.

-cameron
Ah - sweet, but the dual core processors are on their way soon - or are they even out already?

Ha - it will have no clue then.

Reply With Quote
  #7  
Old 03-13-2005, 01:17 PM
sunpost sunpost is offline
WHT Addict
 
Join Date: Dec 2002
Posts: 124
Good news on the multicore too...

Microsoft software that is currently licensed on a per-processor model will continue to be licensed per processor, not per core, for hardware that contains dual-core and multicore processors.

http://www.microsoft.com/presspass/p...icensingPR.asp

Reply With Quote
  #8  
Old 03-13-2005, 01:57 PM
riluve riluve is offline
Junior Guru Wannabe
 
Join Date: Oct 2004
Posts: 49
Quote:
Originally posted by sunpost
Good news on the multicore too...

Microsoft software that is currently licensed on a per-processor model will continue to be licensed per processor, not per core, for hardware that contains dual-core and multicore processors.

http://www.microsoft.com/presspass/p...icensingPR.asp
That may-be, but how would Windows itself know that it was dealing with only 4 processors with 8 cores and not 8 actual processors?

OK - with HT its possible sure, because the logical CPU shares cache with its "parent" physical CPU, Ergo LCPUs have a different ACPI entry type than PCPU's.

However, with a Dual core, BOTH cores are PCPU's each with their own cache and thus from the point of view of software they are just as real as two seperate CPUs - simply in one socket.

Reply With Quote
  #9  
Old 03-13-2005, 06:25 PM
folsom folsom is offline
WHT Addict
 
Join Date: Oct 2004
Posts: 104
Quote:
Originally posted by riluve
That may-be, but how would Windows itself know that it was dealing with only 4 processors with 8 cores and not 8 actual processors?

OK - with HT its possible sure, because the logical CPU shares cache with its "parent" physical CPU, Ergo LCPUs have a different ACPI entry type than PCPU's.

However, with a Dual core, BOTH cores are PCPU's each with their own cache and thus from the point of view of software they are just as real as two seperate CPUs - simply in one socket.
Yeah what he said.

lol . . just too many acronyms for me.

Reply With Quote
  #10  
Old 03-13-2005, 06:44 PM
riluve riluve is offline
Junior Guru Wannabe
 
Join Date: Oct 2004
Posts: 49
Quote:
Originally posted by folsom
Yeah what he said.

lol . . just too many acronyms for me.
Sorry - acronyms are a fact of life - except in the Mac world (which is ironic because Mac in another context is an acronym)

CPU = central processing unit - lol you have that one right?
HT = Hyper Threading - basically one CPU pretending to be two
LCPU = Logical CPU - basically a method to represent the "2nd" CPU in an HT CPU.
PCPU = Physical CPU - the actual thing you can hold in your hand and the "primary" CPU in an HT CPU.
ACPI = Advanced Configuration and Power Management Interface - a data structure the BIOS uses to tell the OS about the Motherboard and associated Hardware. In this case specifically it describes the CPUs available in the system.

Sooooooo here is my point - if there is no way for ACPI to specify two CPUs are in the same socket, the OS will never know: Is it a single CPU system with a dual core CPU or a Dual CPU system with two standard CPUs? As far as the OS is concerned, they are the same thing.


Last edited by riluve; 03-13-2005 at 06:50 PM.
Reply With Quote
  #11  
Old 03-13-2005, 08:04 PM
Defcon|Rich Defcon|Rich is offline
Carpe Diem
 
Join Date: Jul 2003
Location: Connecticut
Posts: 3,038
Quote:
Sooooooo here is my point - if there is no way for ACPI to specify two CPUs are in the same socket, the OS will never know: Is it a single CPU system with a dual core CPU or a Dual CPU system with two standard CPUs? As far as the OS is concerned, they are the same thing.
Correct. The OS would treat all these the same.

Reply With Quote
  #12  
Old 03-13-2005, 08:13 PM
riluve riluve is offline
Junior Guru Wannabe
 
Join Date: Oct 2004
Posts: 49
Quote:
Originally posted by X-Gaming
Correct. The OS would treat all these the same.
Soo, the implication is, if you have a 4 CPU system and the 4 CPU's are dual core systems - you would NEED to have 2003 Enterprise to make use of all of the computing power you have paid for - because it will think you have an 8 CPU system.

Reply With Quote
  #13  
Old 03-13-2005, 08:25 PM
sunpost sunpost is offline
WHT Addict
 
Join Date: Dec 2002
Posts: 124
Server with four dual-core processors = Windows Server 2003 Standard Edition

http://download.microsoft.com/downlo..._threading.doc

Reply With Quote
  #14  
Old 03-13-2005, 08:31 PM
riluve riluve is offline
Junior Guru Wannabe
 
Join Date: Oct 2004
Posts: 49
Quote:
Originally posted by sunpost
Server with four dual-core processors = Windows Server 2003 Standard Edition

http://download.microsoft.com/downlo..._threading.doc
Its really nice that you have read their MARKETING literature, but read the FINE PRINT of the document you have presented:

Quote:
Note that this brief does not address the ability of any individual software product or version to properly utilize hyperthreaded or multicore processors. In addition, software updates may be required to properly implement these policies.
Ergo - there is no way for BIOS and ACPI to tell the OS if it is 8 seperate CPU's or 4 Dual cores. MicroSoft agrees with what I am saying, but they are trying to hoodwink people into thinking they don't.

Is that really a surpise?

Now - if they come up with a plan maybe a new version of ACPI and then YOU get a BIOS update, it can all be done. But they are counting on the ignorance and indifference of the public to get away with their scam.

BTW - good luck hoping for a new version of ACPI. I'll look into it to see if it is in process, but don't hold your breath.


Last edited by riluve; 03-13-2005 at 08:36 PM.
Reply With Quote
  #15  
Old 03-13-2005, 08:37 PM
sunpost sunpost is offline
WHT Addict
 
Join Date: Dec 2002
Posts: 124
Ok. you can pay for the Enterprise version.

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
Web Host OrcsWeb Offers Support for Windows Server 2012 Web Hosting News 2012-08-24 11:08:35
Microsoft Updates Licensing, Offers Four Versions of Windows Server 2012 Web Hosting News 2012-07-06 10:31:48
Web Host Rackspace Offers Free Microsoft Visual Studio 2010 with Windows Cloud Servers Web Hosting News 2011-11-29 15:44:04
Saving Money while Collecting Money with Bill Ranta and Sayid Shabeer of Litle & Co Web Hosting News 2011-08-10 22:36:08
Web Host ZNet Offers Multi-Location Hosting at Indian and US Data Centers Web Hosting News 2011-06-09 18:48:56


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?