<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>norbe的专栏 - 杂七杂八</title><link>http://blog.csdn.net/norbe/category/184478.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Wed, 09 Apr 2008 13:33:14 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>norbe</dc:creator><title>内存泄漏</title><link>http://blog.csdn.net/norbe/archive/2006/03/15/625326.aspx</link><pubDate>Wed, 15 Mar 2006 17:17:00 GMT</pubDate><guid>http://blog.csdn.net/norbe/archive/2006/03/15/625326.aspx</guid><wfw:comment>http://blog.csdn.net/norbe/comments/625326.aspx</wfw:comment><comments>http://blog.csdn.net/norbe/archive/2006/03/15/625326.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/norbe/comments/commentRss/625326.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=625326</trackback:ping><description>浅谈内存泄漏&lt;img src ="http://blog.csdn.net/norbe/aggbug/625326.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>norbe</dc:creator><title>操作系统的存储器管理 ( 内存 )</title><link>http://blog.csdn.net/norbe/archive/2006/03/15/625321.aspx</link><pubDate>Wed, 15 Mar 2006 17:11:00 GMT</pubDate><guid>http://blog.csdn.net/norbe/archive/2006/03/15/625321.aspx</guid><wfw:comment>http://blog.csdn.net/norbe/comments/625321.aspx</wfw:comment><comments>http://blog.csdn.net/norbe/archive/2006/03/15/625321.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/norbe/comments/commentRss/625321.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=625321</trackback:ping><description>头大.......&lt;img src ="http://blog.csdn.net/norbe/aggbug/625321.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>norbe</dc:creator><title>另一篇讲进程和线程的文章</title><link>http://blog.csdn.net/norbe/archive/2006/03/15/625160.aspx</link><pubDate>Wed, 15 Mar 2006 15:27:00 GMT</pubDate><guid>http://blog.csdn.net/norbe/archive/2006/03/15/625160.aspx</guid><wfw:comment>http://blog.csdn.net/norbe/comments/625160.aspx</wfw:comment><comments>http://blog.csdn.net/norbe/archive/2006/03/15/625160.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/norbe/comments/commentRss/625160.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=625160</trackback:ping><description>另一篇讲进程和线程的文章&lt;img src ="http://blog.csdn.net/norbe/aggbug/625160.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>norbe</dc:creator><title>进程和线程 </title><link>http://blog.csdn.net/norbe/archive/2006/03/15/625143.aspx</link><pubDate>Wed, 15 Mar 2006 15:21:00 GMT</pubDate><guid>http://blog.csdn.net/norbe/archive/2006/03/15/625143.aspx</guid><wfw:comment>http://blog.csdn.net/norbe/comments/625143.aspx</wfw:comment><comments>http://blog.csdn.net/norbe/archive/2006/03/15/625143.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/norbe/comments/commentRss/625143.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=625143</trackback:ping><description>进程是一个可执行的程序，由私有虚拟地址空间、代码、数据和其他操作系统资源（如进程创建的文件、管道、同步对象等）组成。一个应用程序可以有一个或多个进程，一个进程可以有一个或多个线程，其中一个是主线程。

线程是操作系统分时调度分配CPU时间的基本实体。一个线程可以执行程序的任意部分的代码，即使这部分代码被另一个线程并发地执行；一个进程的所有线程共享它的虚拟地址空间、全局变量和操作系统资源。
&lt;img src ="http://blog.csdn.net/norbe/aggbug/625143.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>