multitasking?
Posted: Mon Oct 14, 2002 5:16 pm
hey all,
i wrote a bunch of functions which add, remove, update, run processes, but i just thought of something
i'm using structs to set up the information for each process that is encountered. Like i have a max of 37 processes and each one can be entered and doing something, but defining the struct once, i would use a pointer to a linked list to make new ones? Kind of like a bakery line, so to speak, you come in, new one comes out (i'm not worried about prioriites right now)
if anyone has any ideas that would be great, thanks so much!
i wrote a bunch of functions which add, remove, update, run processes, but i just thought of something
i'm using structs to set up the information for each process that is encountered. Like i have a max of 37 processes and each one can be entered and doing something, but defining the struct once, i would use a pointer to a linked list to make new ones? Kind of like a bakery line, so to speak, you come in, new one comes out (i'm not worried about prioriites right now)
if anyone has any ideas that would be great, thanks so much!