<br><div class="gmail_quote">On Tue, Nov 11, 2008 at 12:03 PM, John Lengeling <span dir="ltr">&lt;<a href="mailto:John.Lengeling@radisys.com">John.Lengeling@radisys.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I have a script which sequentially performs some operations across<br>
multiple databases. &nbsp; Since this is running on a 32 core server, I would<br>
like to investigate running a number of these operations in parallel.<br>
Are there any simple utilities out there which when given a list of<br>
commands will run them parallel?<br>
</blockquote></div><br>A very simple way to do this interactively is to open a bunch of tabs in Konsole, and then set it to &quot;send input to all sessions&quot;.&nbsp; Obviously this approach has a lot of drawbacks (requires a GUI), and might not fit your needs.&nbsp; But it&#39;s dirt cheap to try.<br>
<br>You might also be able to hack something up with dsh, the Distributed Shell.<br><br>- Nathan<br>