<?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>Fosiul.com &#187; How prefork module works in apache2</title>
	<atom:link href="http://www.fosiul.com/index.php/tag/how-prefork-module-works-in-apache2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fosiul.com</link>
	<description>Dedicated To Linux</description>
	<lastBuildDate>Tue, 07 Feb 2012 12:35:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Apache performace tunning</title>
		<link>http://www.fosiul.com/index.php/2009/11/apache-performace-tunning/</link>
		<comments>http://www.fosiul.com/index.php/2009/11/apache-performace-tunning/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 14:44:42 +0000</pubDate>
		<dc:creator>Fosiul</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[how child process creates in apache server]]></category>
		<category><![CDATA[How prefork module works in apache2]]></category>
		<category><![CDATA[How you set values in prefork modules]]></category>
		<category><![CDATA[understanding about child process in httpd]]></category>

		<guid isPermaLink="false">http://fosiul.co.uk/?p=222</guid>
		<description><![CDATA[Ref: http://httpd.apache.org/docs/2.2/mod/prefork.html Ref:http://www.devside.net/articles/apache-performance-tuning Ref:http://en.wikipedia.org/wiki/Slowloris Sample Configuration for prefork setting &#60;IfModule mpm_prefork_module&#62; StartServers 5 MinSpareServers 5 MaxSpareServers 10 MaxClients 150 MaxRequestsPerChild 0 &#60;/IfModule&#62; StartServers : The StartServers directive sets the number of child server processes created on startup. So after restart the apache if we take a snapshot of how many process is running [root@mail extra]# [...]]]></description>
		<wfw:commentRss>http://www.fosiul.com/index.php/2009/11/apache-performace-tunning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

