<div dir="ltr"><div><div><div><div>Hello,<br><br></div>I have a very complex queue management requirements, I need to calculate task weight, time restrictions for execution, number of possible execution at given time, changes of the data when it is inside the queue and even disabling specific task.<br>
</div><div>some tasks have very short time to live, and required to be executed faster, then others. but it's not a "simple" priority queue.<br></div><div><br></div>I'm looking for known algorithms for such tasks, such as bfs (at the kernel) for example and more, and wonder if someone can point me to a list or more resources to learn about queue management, and find the proper way (or closer way) to implement my needs<br>
<br></div>Thanks<br></div>Ido<br></div>