<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>EmbLogic &#187; orphan process</title>
	<atom:link href="https://www.emblogic.com/blog/tag/orphan-process/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog</link>
	<description>Embedded System and ARM Training</description>
	<lastBuildDate>Tue, 03 Mar 2020 13:00:06 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>Orphan Process</title>
		<link>https://www.emblogic.com/blog/01/orphan-process/</link>
		<comments>https://www.emblogic.com/blog/01/orphan-process/#comments</comments>
		<pubDate>Fri, 15 Jan 2016 10:39:03 +0000</pubDate>
		<dc:creator><![CDATA[Ankur Garg]]></dc:creator>
				<category><![CDATA[Linux Internals and System Programming]]></category>
		<category><![CDATA[Project 03: Client Server Communication using Linux and IPC]]></category>
		<category><![CDATA[c programming]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[fork]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[orphan]]></category>
		<category><![CDATA[orphan process]]></category>

		<guid isPermaLink="false">http://www.emblogic.com/blog/?p=13165</guid>
		<description><![CDATA[Orphan Process =============== If in a process, the parent process is terminated before the child process, the child process become orphan - It takes the lowest possible process as its parent - And its PPID is changed to the PID &#8230; <a href="https://www.emblogic.com/blog/01/orphan-process/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Orphan Process<br />
===============<br />
If in a process, the parent process is terminated before the child process, the child process become orphan<br />
- It takes the lowest possible process as its parent<br />
- And its PPID is changed to the PID of its new parent process.<br />
- Mostly the new parent process in init process (PID = 1).<br />
- It is because init adopts the orphan process.<br />
- The child is then terminated normally by the init process.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/01/orphan-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
