<?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>M78星云memory</title>
	<atom:link href="http://liferar.com/tag/memory/feed" rel="self" type="application/rss+xml" />
	<link>http://liferar.com</link>
	<description>愿我们的梦想，像光那样，从一颗星到另一颗星!</description>
	<lastBuildDate>Mon, 19 Jul 2010 22:03:18 +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>内存管理及垃圾回收相关知识</title>
		<link>http://liferar.com/memory_management_and_garbage_collection</link>
		<comments>http://liferar.com/memory_management_and_garbage_collection#comments</comments>
		<pubDate>Tue, 08 Sep 2009 11:42:52 +0000</pubDate>
		<dc:creator>CK猪</dc:creator>
				<category><![CDATA[CK猪是程序员]]></category>
		<category><![CDATA[gc]]></category>
		<category><![CDATA[memory]]></category>

		<guid isPermaLink="false">http://liferar.com/?p=153</guid>
		<description><![CDATA[内存管理模块是任何服务器应用程序不可回避的基本功能，初级应用为内存池

使服务器内存不至于严重碎片化
控制内存使用量，避免服务器内存耗尽而停止响应
将程序员从繁杂的内存管理中解放出来专注于业务功能的开发

内存管理的终极境界是垃圾回收，垃圾回收在内存池基础上增加以下功能

对象缓存
自动跟踪对象使用状况并自动回收不再使用的对象，程序员无需显式FREE

以上只是我的一些个人认识，可能有误。下面是相关的论文，内容包括
手动内存管理(malloc,free)
半自动内存管理(Memory Pool, C++ Custom Memory Allocation)
全自动内存管理(Garbage Collection)
相关论文索引：http://www.cs.kent.ac.uk/people/staff/rej/gcbib/gcbibG.html
Richard Jones&#8217;s Garbage Collection page：http://www.cs.kent.ac.uk/people/staff/rej/gc.html#FAQ
GC FAQ（Inlcuding language interface, basic algorithims, etc.）http://www.iecc.com/gclist/GC-faq.html
相关文章

没有找到.

]]></description>
			<content:encoded><![CDATA[<div>内存管理模块是任何服务器应用程序不可回避的基本功能，初级应用为内存池</div>
<ol>
<li>使服务器内存不至于严重碎片化</li>
<li>控制内存使用量，避免服务器内存耗尽而停止响应</li>
<li>将程序员从繁杂的内存管理中解放出来专注于业务功能的开发</li>
</ol>
<div>内存管理的终极境界是垃圾回收，垃圾回收在内存池基础上增加以下功能</div>
<ol>
<li>对象缓存</li>
<li>自动跟踪对象使用状况并自动回收不再使用的对象，程序员无需显式FREE</li>
</ol>
<div>以上只是我的一些个人认识，可能有误。下面是相关的论文，内容包括</div>
<div>手动内存管理(malloc,free)</div>
<div>半自动内存管理(Memory Pool, C++ Custom Memory Allocation)</div>
<div>全自动内存管理(Garbage Collection)</div>
<div><span style="text-decoration: underline;"><span style="color: #0000ff;">相关论文索引：<a href="http://www.cs.kent.ac.uk/people/staff/rej/gcbib/gcbibG.html">http://www.cs.kent.ac.uk/people/staff/rej/gcbib/gcbibG.html</a><br />
Richard Jones&#8217;s Garbage Collection page：<a href="http://www.cs.kent.ac.uk/people/staff/rej/gc.html#FAQ">http://www.cs.kent.ac.uk/people/staff/rej/gc.html#FAQ</a><br />
GC FAQ（Inlcuding language interface, basic algorithims, etc.）<a href="http://www.iecc.com/gclist/GC-faq.html">http://www.iecc.com/gclist/GC-faq.html</a></span></span><a href="http://www.iecc.com/gclist/GC-faq.html" target="_blank"></a></div>
<h3>相关文章</h3>
<ul class="related_posts">
<li>没有找到.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://liferar.com/memory_management_and_garbage_collection/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
