<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>Comments on: Low Memory Computing</title>
	<atom:link href="http://emergent.urbanpug.com/?feed=rss2&#038;p=62" rel="self" type="application/rss+xml" />
	<link>http://emergent.urbanpug.com/?p=62</link>
	<description>Order from disorder - Thoughts about where technology is going.</description>
	<lastBuildDate>Tue, 10 Mar 2015 22:09:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>By: ross mclachlan &#187; Optimising performance</title>
		<link>http://emergent.urbanpug.com/?p=62&#038;cpage=1#comment-3563</link>
		<dc:creator><![CDATA[ross mclachlan &#187; Optimising performance]]></dc:creator>
		<pubDate>Tue, 12 Dec 2006 08:49:51 +0000</pubDate>
		<guid isPermaLink="false">http://emergent.urbanpug.com/?p=62#comment-3563</guid>
		<description><![CDATA[[...] Optimising MySQL and Apache for low memory usage Part 1 Optimising MySQL and Apache for low memory usage Part 2 [...]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] Optimising MySQL and Apache for low memory usage Part 1 Optimising MySQL and Apache for low memory usage Part 2 [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emergent Properties &#187; Optimizing MySQL and Apache for Low Memory Usage, Part 1</title>
		<link>http://emergent.urbanpug.com/?p=62&#038;cpage=1#comment-204</link>
		<dc:creator><![CDATA[Emergent Properties &#187; Optimizing MySQL and Apache for Low Memory Usage, Part 1]]></dc:creator>
		<pubDate>Wed, 10 May 2006 20:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://emergent.urbanpug.com/?p=62#comment-204</guid>
		<description><![CDATA[[...] MySQL and Apache can consume quite a bit of memory, if you&#8217;re not careful. This post discusses how to reduce the amount of memory they use without killing performance. The caveat, of course, is that you&#8217;re not going to be able to run a site with a large database and large amount of traffic with these settings. I&#8217;m going to try to explain the WHY more than the WHAT. All of this is in conjunction with my goal of reducing the amount of ram I use on my Xen based virtual server, as discussed previously in, Low Memory Computing. Before I begin, I&#8217;d like to say that you should also look at various system utilities that consume ram. Services like FTP and SMTP can and should be passed off to xinetd. Also, you should look at shells besides bash, such as dash. And, if you&#8217;re really serious about low memory, you might look at using something like BusyBox, which brings you into the realm of real embedded systems. Personally, I just want to get as much as I can out of a standard linux distribution. If I need more horsepower, I want to be able to move to bigger, faster virtual machines and/or dedicated servers. For now, optimizing a small virtual machine will do. First off, Apache. My first statement is, if you can avoid it, try to. Lighttpd and thttpd are both very good no frills webservers, and you can run lighttpd with PHP. Even if you&#8217;re running a high volume site, you can seriously gain some performance by passing off static content (images and javascript files, usually) to a lightweight, super-fast HTTPd server such as Lighttpd. [...]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] MySQL and Apache can consume quite a bit of memory, if you&#8217;re not careful. This post discusses how to reduce the amount of memory they use without killing performance. The caveat, of course, is that you&#8217;re not going to be able to run a site with a large database and large amount of traffic with these settings. I&#8217;m going to try to explain the WHY more than the WHAT. All of this is in conjunction with my goal of reducing the amount of ram I use on my Xen based virtual server, as discussed previously in, Low Memory Computing. Before I begin, I&#8217;d like to say that you should also look at various system utilities that consume ram. Services like FTP and SMTP can and should be passed off to xinetd. Also, you should look at shells besides bash, such as dash. And, if you&#8217;re really serious about low memory, you might look at using something like BusyBox, which brings you into the realm of real embedded systems. Personally, I just want to get as much as I can out of a standard linux distribution. If I need more horsepower, I want to be able to move to bigger, faster virtual machines and/or dedicated servers. For now, optimizing a small virtual machine will do. First off, Apache. My first statement is, if you can avoid it, try to. Lighttpd and thttpd are both very good no frills webservers, and you can run lighttpd with PHP. Even if you&#8217;re running a high volume site, you can seriously gain some performance by passing off static content (images and javascript files, usually) to a lightweight, super-fast HTTPd server such as Lighttpd. [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
