<?xml version="1.0" encoding="utf-8" standalone="yes"?><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/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>Threads on Shaowen Chen's Website</title><link>https://www.chenshaowen.com/en/tags/threads/</link><description>Recent content in Threads on Shaowen Chen's Website</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>&amp;copy;2016 - {year}, All Rights Reserved.</copyright><lastBuildDate>Sat, 06 Jan 2018 11:22:55 +0000</lastBuildDate><sy:updatePeriod>weekly</sy:updatePeriod><atom:link href="https://www.chenshaowen.com/en/tags/threads/atom.xml" rel="self" type="application/rss+xml"/><item><title>Processes, Threads, and Coroutines in Python</title><link>https://www.chenshaowen.com/en/blog/process-and-thread-in-python.html</link><pubDate>Sat, 06 Jan 2018 11:22:55 +0000</pubDate><atom:modified>Sat, 06 Jan 2018 11:22:55 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/process-and-thread-in-python.html</guid><description>1. Processes A process is an instance of a running program, and it is the most basic unit by which the kernel allocates resources. A process has its own independent heap and stack, its own address space, and its own resource handles. Processes are scheduled by the OS, the scheduling</description><dc:creator>微信公众号</dc:creator><category>Python</category><category>Concurrency</category><category>Processes</category><category>Threads</category><category>Coroutines</category><category>R&amp;D</category><category>Learning</category></item></channel></rss>