is there a "process affinity" switch
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Hi All,
Please forgive my ignorance on this issue.
I need my program to only run on one processor (for some
reason, Hyperthread screws up my text writes).
In a previous post, a kind person showed me the
code to set my "process affinity." Before I go and have
this coded into the program, I wanted to make sure there
was no switch in the compiler that would essentially do
the same thing.
Many thanks,
--Tony
.
Relevant Pages
- Re: Just curiosity about some constructs
... > I have still curiosity about the reason of some C constructs/keywords... ... Was at that time a compiler ... This is about the switch statement. ... A whilewill execute the statement after the ... (comp.lang.c) - Re: Just curiosity about some constructs
... > I have still curiosity about the reason of some C constructs/keywords... ... Was at that time a compiler ... This is about the switch statement. ... A whilewill execute the statement after the ... (comp.lang.c) - Re: is operator is giving compile error when used with switch statem
... switch { ... is that the compiler actually generates a lookup table for these items; ... case io_exException is ApplicationHandledException: ... Can someone please help me what is the reason and what is the way around? ... (microsoft.public.dotnet.languages.csharp) - Re: C99 functions on Solaris 8 with gcc
... > For some reason, this function is NOT available via the math library, ... you might need to pass the -std=c99 switch to ... the compiler... ... Tom ... (comp.unix.solaris) - Re: Free FAT16 Filesystem
... being an honourable reason. ... Dave, I made every effort 3 weeks ago to have you understand that if you ... >>Murray did not mention Keil in his correspondence to you. ... >>both your compiler AND under Keil's, ... (comp.arch.embedded) |
|