<br><br><div class="gmail_quote">On Thu, Feb 21, 2008 at 12:12 PM, Faber J. Fedor &lt;<a href="mailto:faber@linuxnj.com">faber@linuxnj.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">
&gt; &gt;<br>
&gt; Like Torque =&gt;<br>
&gt; <a href="http://www.clusterresources.com/pages/products/torque-resource-manager.php" target="_blank">http://www.clusterresources.com/pages/products/torque-resource-manager.php</a><br>
<br>
</div>Wow! &nbsp;That looks flexible! &nbsp;It may also be overkill for what I Want<br>
since I don&#39;t see my application going beyond one machine. I assume<br>
having the job submission and execution on one machine is a triival&nbsp;</blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
case, no?<br>
</blockquote><div><br>Ive only ever used it in a multi server scenario once - wehere we submitted jobs to SAP app servers. I have mostly used it in single server scenario<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Let me see if I&#39;ve got this right: my CGI script will create a batch<br>
file ~/scripts/job1.sh containing the following<br>
<br>
 &nbsp; &nbsp;#!/bin/bash<br>
 &nbsp; &nbsp;/usr/bin/perl FooBar.pl --arg1=foo --arg2 bar<br>
<br>
and then submit a job using the &#39;qsub&#39; command which will run my script, right?<br>
<div><div></div><div class="Wj3C7c"><br>
</div></div></blockquote><div><br>Thats pretty much it in a nutshell. There really is no overhead er... Limited and you can submit jobs to manager queues.&nbsp; If you are adverse to using this, you could also use cups or any print server as a job submission queue. Any one that will run scripts as a backend anyway. Ive done this a few times in AIX.&nbsp; Sounds hokey, but quite effective. You can use cron to bring certain queues up and down at certain times - and just let the jobs pile up. My suggestion: use Torque.<br>
</div><br>Ted<br clear="all"></div><br>-- <br>If you mess with a thing long enough, it&#39;ll break.<br> -- Schmidt