<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Concurrency on Infinite Script</title><link>https://www.infinitescript.com/tags/concurrency/</link><description>Recent content in Concurrency on Infinite Script</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 28 Sep 2014 06:31:41 +0000</lastBuildDate><atom:link href="https://www.infinitescript.com/tags/concurrency/index.xml" rel="self" type="application/rss+xml"/><item><title>Difference between Process and Thread</title><link>https://www.infinitescript.com/2014/09/difference-between-process-and-thread/</link><pubDate>Sun, 28 Sep 2014 06:31:41 +0000</pubDate><guid>https://www.infinitescript.com/2014/09/difference-between-process-and-thread/</guid><description>&lt;p&gt;Processes and threads are both units of execution managed by the operating system, and they are easy to mix up. The short version: a process is a running instance of a program with its own memory, while a thread is a lighter-weight unit of execution that lives inside a process and shares that memory with its siblings. This post looks at each in turn, then summarizes how the two differ.&lt;/p&gt;</description></item></channel></rss>