[algogeeks] Re: Implementing a windows scheduler through c++

2007-06-01 Thread akshay ranjan
i'm trying to write my own scheduler On 6/2/07, Sarath <[EMAIL PROTECTED]> wrote: > > > As far as I know, windows does not provde anything for you to control > it's scheduler. You can set the priority of process, threads, affinity > to take advantage of scheduler and processor. > > On Jun 1, 9:32

[algogeeks] Re: Implementing a windows scheduler through c++

2007-06-01 Thread Sarath
As far as I know, windows does not provde anything for you to control it's scheduler. You can set the priority of process, threads, affinity to take advantage of scheduler and processor. On Jun 1, 9:32 pm, "akshay ranjan" <[EMAIL PROTECTED]> wrote: > can someone please guide me about how to proce