<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1038026" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1038026</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/exec-background#comment-1217435</link>
    <description> &lt;p&gt;I&#039;m pretty sure the method you are talking about is called &#039;forking&#039;. In unix you can usually run most commands in the background, simply execute the program using the standard unix syntax between backticks (`) with the necessary flags to run it in the background and that should work...&lt;/p&gt;
&lt;p&gt;Actually... I&#039;ve just done a bit more research. It would appear that to make a process run in the background you just put an ampersand (&amp;amp;) at the end of the line.&lt;/p&gt;
&lt;p&gt;so your script could look like:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;`&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;process_name &amp;amp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;`;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 05 Apr 2007 07:28:50 +0000</pubDate>
 <dc:creator>andy206uk</dc:creator>
 <guid isPermaLink="false">comment 1217435 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
