Page 1 of 1
Task management
Posted: Thu Nov 16, 2006 9:08 am
by Jeko
Is a good idea to manage task with a linked list?
Posted: Thu Nov 16, 2006 10:07 am
by kataklinger
Well it would be better to store task info block in a hash table(and use PID as key), and run queue you can implement as linked list!