<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sun, Apr 7, 2013 at 3:51 PM, Oleg Goldshmidt <span dir="ltr">&lt;<a href="mailto:pub@goldshmidt.org" target="_blank">pub@goldshmidt.org</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><br><div class="gmail_quote"><div class="im">On Sun, Apr 7, <a href="tel:2013" value="+9722013" target="_blank">2013</a> at 2:27 PM, ik <span dir="ltr">&lt;<a href="mailto:idokan@gmail.com" target="_blank">idokan@gmail.com</a>&gt;</span> wrote:<br>

</div><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<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&#39;s not a &quot;simple&quot; priority queue.<br></div></div></div></div></blockquote></div><div><br>It is difficult to say from the description, but it sounds to me like your problem is that of &quot;scheduling&quot; rather than just &quot;queue management&quot;. Note that a &quot;scheduler&quot; (e.g., that of the kernel) will have many queues holding tasks of different types and properties, and will need to manage all of them together. <br>


<br>In particular, some of the things you mention sound to me like &quot;real time&quot; requirements. If you look at, say, the Linux scheduler it handles RT tasks separately from the &quot;normal&quot; tasks. You may need to do the same.<br>


<br>Another thing that is missing is the target system. A single server? A cluster or multicomputer? Something else?<br><br>I&#39;d suggest googling for &quot;scheduling&quot; and &quot;resource management&quot; (of which &quot;scheduling&quot; is a component). Apart from things like SLURM and Condor that Orna mentioned, maybe Maui? There are all sorts of proprietary offerings as well.<span class="HOEnZb"><font color="#888888"><br>

</font></span></div></div></div></blockquote><div><br></div><div>At first glance, condor looks like the thing that can help me most.<br><br></div><div>Thanks<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr"><div class="gmail_quote"><div><span class="HOEnZb"><font color="#888888">
</font></span></div></div><span class="HOEnZb"><font color="#888888"><br>-- <br>Oleg Goldshmidt | <a href="mailto:pub@goldshmidt.org" target="_blank">pub@goldshmidt.org</a>
</font></span></div>
</blockquote></div><br></div></div>