Re: Help Regarding Dual Core/ HT Processors



You are missing the point

He is writing to the OS API ... not writing his own "OS" on top of intel CPU so your points are not really aligned to his original question. So behaviorally he would need to understand how WIndows handles different processor configurations and in this case he is writing to the right APIs .. however, he may simply have a problem where he has not enbled HT in his BIOS. Fire up a HT box and you tell us what yah find

You should be a bit more deligent on reading the intention of the question asker


"Pavel A." <pavel_a@xxxxxxxxxxxxxxx> wrote in message news:%23Kfapm45HHA.5796@xxxxxxxxxxxxxxxxxxxxxxx
"Paul Russell" <no_spam@xxxxxxxxxx> wrote in message news:C06E7C9A-6B63-4661-BBE2-B43CC8AB5BF7@xxxxxxxxxxxxxxxx
Intel would have nothing to do with what he is asking for. Windows will act in SMP mode if there are truly multiple, HT or Core/Quad DUO processors

Snip from MSDN
....

Paul,

Thanks a lot for this quote from MSDN.
Now, though MSDN is a great thing generally, a source closer to
the CPU maker may be better. Why? Because they know how HT differs
from a real multi-processor (yes, it does differ). They are not limited by the Windows API.
They can answer the OP's question where MSDN falls short.

Regards,
--PA



.



Relevant Pages

  • Re: Economy of Expression
    ... I'm interested in what helps you get more done while writing less code. ... for example, in many cases, it may well be most sensible to base the interface around abstract function calls, avoid any complex types, instead making use of void pointers or integer handles. ... pieces should be as general-purpose as is reasonable as well. ... for example, if some abitrary internal property exists which changes the external behavior of the API, it should be either made external, or be made an explicit part of the API's design. ...
    (comp.programming)
  • Re: Allocating memory / Writing large files
    ... Write Data to a File Using WriteFile API"). ... > dynamically allocate memory followed by writing it all out to a file ... > This memory will be filled by an external routine to which I will just ... > Writing this out, however, is a different story. ...
    (microsoft.public.vb.general.discussion)
  • Re: Allocating memory / Writing large files
    ... Write Data to a File Using WriteFile API"). ... > dynamically allocate memory followed by writing it all out to a file ... > This memory will be filled by an external routine to which I will just ... > Writing this out, however, is a different story. ...
    (microsoft.public.vb.winapi)
  • Re: Need an STL (std:string) API call example
    ... >> Joseph M. Newcomer wrote: ... >>> I'm writing a little utility and thought I would include in it the code ... >>> allocate a buffer and fill it up with an API call. ...
    (microsoft.public.vc.mfc)