<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Is &amp;quot;Multi Processes&amp;quot; has the same performance with &amp;quot;Multi Threads&amp;quot;? in Intel® Moderncode for Parallel Architectures</title>
    <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Is-quot-Multi-Processes-quot-has-the-same-performance-with-quot/m-p/914878#M4777</link>
    <description>I want to know, if I create some child processes to do a work,is it has
the same performance with creating some child threads to do? Is "Multi
Processes" Equals to "Multi Threads" in multi core platform?&lt;BR /&gt;</description>
    <pubDate>Mon, 30 Jul 2007 03:03:49 GMT</pubDate>
    <dc:creator>pango</dc:creator>
    <dc:date>2007-07-30T03:03:49Z</dc:date>
    <item>
      <title>Is "Multi Processes" has the same performance with "Multi Threads"?</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Is-quot-Multi-Processes-quot-has-the-same-performance-with-quot/m-p/914878#M4777</link>
      <description>I want to know, if I create some child processes to do a work,is it has
the same performance with creating some child threads to do? Is "Multi
Processes" Equals to "Multi Threads" in multi core platform?&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jul 2007 03:03:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Is-quot-Multi-Processes-quot-has-the-same-performance-with-quot/m-p/914878#M4777</guid>
      <dc:creator>pango</dc:creator>
      <dc:date>2007-07-30T03:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Is "Multi Processes" has the same performance with "Multi T</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Is-quot-Multi-Processes-quot-has-the-same-performance-with-quot/m-p/914879#M4778</link>
      <description>&lt;P&gt;This would depend on the application.&lt;/P&gt;
&lt;P&gt;Multi-threads by typical deffinition share memory in the same virtual address spacewhereas multi processes have different independent virtual address spaces.&lt;/P&gt;
&lt;P&gt;If the application can be divided into processies that do not require rapid consolidation of results data then either system may be equally fast. The less the frequency of consolidation of results data might favor muilti processes as they can be run on completely seperate systems (i.e. no sharing of memory bandwidth).&lt;/P&gt;
&lt;P&gt;However, if there is a high degree of rapid consolidation of results data then multi threads with shared memory would perform better.&lt;/P&gt;
&lt;P&gt;Jim Dempsey&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2007 18:42:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Is-quot-Multi-Processes-quot-has-the-same-performance-with-quot/m-p/914879#M4778</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2007-07-30T18:42:02Z</dc:date>
    </item>
  </channel>
</rss>

