<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/fork</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 17:08:58 GMT</pubDate>
<item>
<title>(Perl) try fork() - alfirth</title>
<link>http://snipplr.com/view/46845/try-fork/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 10 Jan 2011 11:22:05 GMT</pubDate>
<guid>http://snipplr.com/view/46845/try-fork/</guid>
</item>
<item>
<title>(Perl) sig chld reaper - alfirth</title>
<link>http://snipplr.com/view/46844/sig-chld-reaper/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 10 Jan 2011 10:24:09 GMT</pubDate>
<guid>http://snipplr.com/view/46844/sig-chld-reaper/</guid>
</item>
<item>
<title>(PHP) Somehow a child process quit after called Imagick::newImage - zuzara</title>
<link>http://snipplr.com/view/44333/somehow-a-child-process-quit-after-called-imagicknewimage/</link>
<description><![CDATA[ <p>MacOS 10.6.5 PHP 5.3.3</p> ]]></description>
<pubDate>Thu, 18 Nov 2010 06:21:02 GMT</pubDate>
<guid>http://snipplr.com/view/44333/somehow-a-child-process-quit-after-called-imagicknewimage/</guid>
</item>
<item>
<title>(PHP) Fork a process with PHP - ping_ch</title>
<link>http://snipplr.com/view/17622/fork-a-process-with-php/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 29 Jul 2009 10:56:28 GMT</pubDate>
<guid>http://snipplr.com/view/17622/fork-a-process-with-php/</guid>
</item>
<item>
<title>(Bash) Switch to a remote github branch or fork - wdso</title>
<link>http://snipplr.com/view/16263/switch-to-a-remote-github-branch-or-fork/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 24 Jun 2009 08:27:25 GMT</pubDate>
<guid>http://snipplr.com/view/16263/switch-to-a-remote-github-branch-or-fork/</guid>
</item>
<item>
<title>(PHP) Get directory content module - screenager</title>
<link>http://snipplr.com/view/7117/get-directory-content-module/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 04 Jul 2008 04:20:53 GMT</pubDate>
<guid>http://snipplr.com/view/7117/get-directory-content-module/</guid>
</item>
<item>
<title>(C) racing condition - Feb30th1712</title>
<link>http://snipplr.com/view/4509/racing-condition/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 13 Jan 2008 08:50:56 GMT</pubDate>
<guid>http://snipplr.com/view/4509/racing-condition/</guid>
</item>
<item>
<title>(C++) Safe application spawning with fork+exec - CUViper</title>
<link>http://snipplr.com/view/1790/safe-application-spawning-with-forkexec/</link>
<description><![CDATA[ <p>With the typical fork+exec method of spawning an application, you are left in the dark about failures in the exec.  Once the fork occurs, the "main" process doesn't have any communication channel except waitpid, so it's hard to tell what happened.

With this function, a pipe is opened for the forked child to communicate errors.  If the exec succeeds, then the pipe is automatically closed, and the main process reports success.  Otherwise, the errno from exec is communicated through the pipe.</p> ]]></description>
<pubDate>Mon, 11 Dec 2006 17:55:15 GMT</pubDate>
<guid>http://snipplr.com/view/1790/safe-application-spawning-with-forkexec/</guid>
</item>
<item>
<title>(Python) Python - create daemon - whitetiger</title>
<link>http://snipplr.com/view/1630/python--create-daemon/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 09 Nov 2006 23:55:42 GMT</pubDate>
<guid>http://snipplr.com/view/1630/python--create-daemon/</guid>
</item>
<item>
<title>(C++) C - create Process Daemon - whitetiger</title>
<link>http://snipplr.com/view/1629/c--create-process-daemon/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 09 Nov 2006 23:55:41 GMT</pubDate>
<guid>http://snipplr.com/view/1629/c--create-process-daemon/</guid>
</item>
</channel>
</rss>