Task management algorithm in C#
Posted
by silverwizz
on Stack Overflow
See other posts from Stack Overflow
or by silverwizz
Published on 2010-04-21T22:27:21Z
Indexed on
2010/04/21
22:33 UTC
Read the original article
Hit count: 298
Hi guys,
i am looking for efficient task management fo C#
what i mean by task management is executing pre-defined interval time of task.
Example: task a needs to be run every 1 mins task b needs to be run every 3 mins task c needs to be run every 5 mins
these tasks can be added and removed in arbitary time...
And the task that i mentioned can be 100000 or more... The task will bw executed forever until it is removed...
Do u guys familiar with this kind of algorithm? I am thinking to implement in either c# or php....
Thanks
© Stack Overflow or respective owner