Re: [luau] locking in a cpu/thread combo

2003-11-07 Thread Craig
Charles, I don't know, but ould you mind posting what you find out. Interesting question. cheers, craig Charles Lockhart wrote: Basically I want to dedicate a processor on an smp machine to just running a particular thread of a program, so nothing else gets cpu time on the processor, a

Re: [luau] locking in a cpu/thread combo

2003-06-30 Thread MonMotha
Charles Lockhart wrote: Basically I want to dedicate a processor on an smp machine to just running a particular thread of a program, so nothing else gets cpu time on the processor, and the thread doesn't get switched to a different cpu. Any pointers, reccommendations on how to do this, where t

[luau] locking in a cpu/thread combo

2003-06-30 Thread Charles Lockhart
Basically I want to dedicate a processor on an smp machine to just running a particular thread of a program, so nothing else gets cpu time on the processor, and the thread doesn't get switched to a different cpu. Any pointers, reccommendations on how to do this, where to look, or even how to p