Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to write Event Scheduler in C++???Help

Status
Not open for further replies.

nowayout

Programmer
Feb 25, 2003
364
US
Hi there,

I am fairly new to this and i have to design even scheculer using 2 processor. one is running full and other is running 50% so how would i create it?

Please help me with this.

thanks a bunch
 
You want to create your own "thread scheduling kernel" for the OS?

If "no" re-phrase your question.

-pete
 
Windows NT already has this feature built in... the scheduler assigns time slices to two threads at a time-- one on each CPU.

>> i have to design even scheculer using 2 processor

You have to? I hope this isn't a homework assignment :(

Will
 
no it is not the homework assignment but i am assign to get the out put of the database schedulibility of two cpu one running full and other half because of they want me to create event schdeuler using EDF or Rendezvous scheduler so they and input the datafile to run and then compare the out put.

Thanks..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top