<?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>GO IT WORLD &#124; IT TECH &#124; IT NEWS &#187; haproxy</title>
	<atom:link href="http://www.goitworld.com/tag/haproxy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.goitworld.com</link>
	<description>goitworld.com</description>
	<lastBuildDate>Thu, 27 May 2010 05:02:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Haproxy Start parameters</title>
		<link>http://www.goitworld.com/haproxy-start-parameters/</link>
		<comments>http://www.goitworld.com/haproxy-start-parameters/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 05:46:45 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Haproxy Server]]></category>
		<category><![CDATA[haproxy]]></category>
		<category><![CDATA[start parameters]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/haproxy-start-parameters/</guid>
		<description><![CDATA[<p>There are only a few command line options about haproxy: </p>
<p>&#160;&#160;&#160; -f &#60;configuration file&#62;   <br />&#160;&#160;&#160; -n &#60;high limit for the total number of simultaneous connections&#62;    <br />&#160;&#160;&#160;&#160;&#160;&#160; = &#8216;maxconn&#8217; in &#8216;global&#8217; section    <br />&#160;&#160;&#160; -N &#60;high limit for the per-listener number of simultaneous connections&#62;    <br />&#160;&#160;&#160;&#160;&#160;&#160; = &#8216;maxconn&#8217; in &#8216;listen&#8217; or &#8216;default&#8217; sections    <br />&#160;&#160;&#160; -d starts in foregreound with debugging mode enabled    <br />&#160;&#160;&#160; -D starts in daemon mode    <br />&#160;&#160;&#160; -q disable messages on output    <br />&#160;&#160;&#160; -V displays messages on output even when -q or &#8216;quiet&#8217; are specified.    <br />&#160;&#160;&#160; -c only checks config file&#8230; <a href="http://www.goitworld.com/haproxy-start-parameters/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/haproxy-start-parameters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Haproxy Performance tuning</title>
		<link>http://www.goitworld.com/haproxy-performance-tuning/</link>
		<comments>http://www.goitworld.com/haproxy-performance-tuning/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 07:59:24 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Haproxy Server]]></category>
		<category><![CDATA[haproxy]]></category>
		<category><![CDATA[Performance Tuning]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/haproxy-performance-tuning/</guid>
		<description><![CDATA[<p>HAProxy is a free, <b><i>very</i></b> fast and reliable solution offering high availability, load balancing, and proxying for TCP and HTTP-based applications. It is particularly suited for web sites crawling under very high loads while needing persistence or Layer7 processing</p>
<p>Performance Parameters of Haproxy:    </p>
<p>maxconn &#60;number&#62;     <br />&#160; Sets the maximum per-process number of concurrent connections to &#60;number&#62;. It     <br />&#160; is equivalent to the command-line argument &#34;-n&#34;. Proxies will stop accepting     <br />&#160; connections when this limit is reached. The &#34;ulimit-n&#34; parameter is     <br />&#160; automatically adjusted according to this value. See also &#34;ulimit-n&#34;. </p>
<p>maxpipes &#60;number&#62;    <br />&#160;&#8230; <a href="http://www.goitworld.com/haproxy-performance-tuning/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/haproxy-performance-tuning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Load balancing using HAProxy</title>
		<link>http://www.goitworld.com/load-balancing-using-haproxy/</link>
		<comments>http://www.goitworld.com/load-balancing-using-haproxy/#comments</comments>
		<pubDate>Thu, 14 May 2009 10:11:02 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Load Balance]]></category>
		<category><![CDATA[haproxy]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/load-balancing-using-haproxy/</guid>
		<description><![CDATA[<p>HAProxy is a TCP/HTTP reverse proxy which is particularly suited for high availability environments. Indeed, it can : &#8211; route HTTP requests depending on statically assigned cookies ; &#8211; spread the load among several servers while assuring server persistence through the use of HTTP cookies ; &#8211; switch to backup servers in the event a main one fails ; &#8211; accept connections to special ports dedicated to service monitoring ; &#8211; stop accepting connections without breaking existing ones ; &#8211; add/modify/delete HTTP headers both ways ; &#8211; block requests matching a particular pattern ;</p>
<p> Install:   <br /> 1.download haproxy.&#8230; <a href="http://www.goitworld.com/load-balancing-using-haproxy/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/load-balancing-using-haproxy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
