<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Launching multiple processes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/launching-multiple-processes/m-p/3568646#M227813</link>
    <description>If I have an 'if' statement in a script, how do I get it to launch all the procedures that it would cause to spawn at the same time instead of waiting for one to complete before going to the next one.</description>
    <pubDate>Wed, 22 Jun 2005 10:45:28 GMT</pubDate>
    <dc:creator>Angela Swyers_1</dc:creator>
    <dc:date>2005-06-22T10:45:28Z</dc:date>
    <item>
      <title>Launching multiple processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/launching-multiple-processes/m-p/3568646#M227813</link>
      <description>If I have an 'if' statement in a script, how do I get it to launch all the procedures that it would cause to spawn at the same time instead of waiting for one to complete before going to the next one.</description>
      <pubDate>Wed, 22 Jun 2005 10:45:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/launching-multiple-processes/m-p/3568646#M227813</guid>
      <dc:creator>Angela Swyers_1</dc:creator>
      <dc:date>2005-06-22T10:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Launching multiple processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/launching-multiple-processes/m-p/3568647#M227814</link>
      <description>if [ some condition ]&lt;BR /&gt;  then&lt;BR /&gt;    proc1 &amp;amp;&lt;BR /&gt;    PROC1_PID=${!}&lt;BR /&gt;    proc2 &amp;amp;&lt;BR /&gt;    PROC2_PID=${!}&lt;BR /&gt;    proc3 &amp;amp;&lt;BR /&gt;    PROC3_PID=${!}&lt;BR /&gt;  fi&lt;BR /&gt;wait # this will wait until all background tasks are completed&lt;BR /&gt;wait&lt;BR /&gt;# or you could&lt;BR /&gt;wait ${PROC2_PID} # parent is suspened until proc2 terminates</description>
      <pubDate>Wed, 22 Jun 2005 10:52:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/launching-multiple-processes/m-p/3568647#M227814</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-06-22T10:52:02Z</dc:date>
    </item>
  </channel>
</rss>

