<?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>负载均衡 &#8211; AndyX.Net &#8211; 安迪克斯</title>
	<atom:link href="https://andyx.net/cluster/load_balance/feed/" rel="self" type="application/rss+xml" />
	<link>https://andyx.net</link>
	<description></description>
	<lastBuildDate>Mon, 07 Oct 2019 17:45:15 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://andyx.net/storage/2019/08/cropped-02-3-32x32.jpg</url>
	<title>负载均衡 &#8211; AndyX.Net &#8211; 安迪克斯</title>
	<link>https://andyx.net</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>浅谈web项目中高并发量网站的常用解决方案</title>
		<link>https://andyx.net/solution_of_high_concurrent_web_sites/</link>
		
		<dc:creator><![CDATA[安迪克斯]]></dc:creator>
		<pubDate>Mon, 07 Oct 2019 17:44:07 +0000</pubDate>
				<category><![CDATA[VPS/云主机]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[建站]]></category>
		<category><![CDATA[负载均衡]]></category>
		<category><![CDATA[运维]]></category>
		<category><![CDATA[集群]]></category>
		<category><![CDATA[cdn]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[缓存]]></category>
		<category><![CDATA[解决方案]]></category>
		<category><![CDATA[镜像]]></category>
		<category><![CDATA[高并发]]></category>
		<guid isPermaLink="false">https://andyx.net/?p=3001</guid>

					<description><![CDATA[一个小型的网站，可以使用最简单的html静态页面就实现了，配合一些图片达到美化效果，所有的页面均存放在一个目录 [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>经验分享：大型网站架构技术的演变与核心原理总结</title>
		<link>https://andyx.net/summary_of_the_evolution_and_core_principles_of_large-scale_website_architecture/</link>
		
		<dc:creator><![CDATA[安迪克斯]]></dc:creator>
		<pubDate>Sat, 05 Oct 2019 02:23:41 +0000</pubDate>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[负载均衡]]></category>
		<category><![CDATA[运维]]></category>
		<category><![CDATA[集群]]></category>
		<category><![CDATA[高可用]]></category>
		<category><![CDATA[Architecture]]></category>
		<category><![CDATA[large-scale]]></category>
		<category><![CDATA[大型网站]]></category>
		<category><![CDATA[架构]]></category>
		<category><![CDATA[核心原理]]></category>
		<category><![CDATA[演变]]></category>
		<guid isPermaLink="false">https://andyx.net/?p=3004</guid>

					<description><![CDATA[很多人可能都觉得大型网站的架构肯定是非常复杂的，而且开始建设时肯定花费了很多功夫。如何做一个大型的网站，这个网 [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>负载均衡Nginx、HAProxy、LVS三者的优缺点</title>
		<link>https://andyx.net/difference_of_nginx_haproxy_lvs/</link>
		
		<dc:creator><![CDATA[安迪克斯]]></dc:creator>
		<pubDate>Mon, 02 Sep 2019 03:24:38 +0000</pubDate>
				<category><![CDATA[入门]]></category>
		<category><![CDATA[菜鸟]]></category>
		<category><![CDATA[负载均衡]]></category>
		<category><![CDATA[集群]]></category>
		<category><![CDATA[haproxy]]></category>
		<category><![CDATA[lvs]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[优缺点]]></category>
		<guid isPermaLink="false">https://andyx.net/?p=492</guid>

					<description><![CDATA[一、关于Nginx的优缺点 Nginx的优点： 1、工作在网络7层之上(PS：也可工作在网络4层但需要安装插件 [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>菜鸟简单配置varnish缓存加速实例</title>
		<link>https://andyx.net/simple-configuration-of-varnish-cache-acceleration/</link>
		
		<dc:creator><![CDATA[安迪克斯]]></dc:creator>
		<pubDate>Wed, 28 Aug 2019 20:22:02 +0000</pubDate>
				<category><![CDATA[负载均衡]]></category>
		<category><![CDATA[集群]]></category>
		<category><![CDATA[varnishi]]></category>
		<category><![CDATA[缓存加速]]></category>
		<guid isPermaLink="false">http://andyxtest.andyx.net/%e8%b6%85%e7%ae%80%e5%8d%95varnish%e7%bc%93%e5%ad%98%e5%8a%a0%e9%80%9f%e5%ae%9e%e4%be%8b/</guid>

					<description><![CDATA[本文是面向菜鸟级玩家的varnish缓存加速实例，上手很快基本没什么难度哦，希望大家喜欢。 首先说下项目需求。 [&#8230;]]]></description>
		
		
		
			</item>
	</channel>
</rss>
