<?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 Re: Poll: Threading methods in Intel® Moderncode for Parallel Architectures</title>
    <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Poll-Threading-methods/m-p/989785#M6145</link>
    <description>Here are the poll results for October:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;
Win threads:  35% (14 votes)
OpenMP:       25% (10 votes)
Pthreads:     22% (9 votes)
Java threads: 15% (6 votes)
Other:         2% (1 vote)
&lt;/PRE&gt;</description>
    <pubDate>Fri, 31 Oct 2003 23:15:04 GMT</pubDate>
    <dc:creator>Henry_G_Intel</dc:creator>
    <dc:date>2003-10-31T23:15:04Z</dc:date>
    <item>
      <title>Poll: Threading methods</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Poll-Threading-methods/m-p/989774#M6134</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;What threading method do you use the most?&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Windowsthreading API&lt;/LI&gt;
&lt;LI&gt;OpenMP&lt;/LI&gt;
&lt;LI&gt;Pthreads&lt;/LI&gt;
&lt;LI&gt;Java threads&lt;/LI&gt;
&lt;LI&gt;Other&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Message Edited by hagabb on &lt;SPAN class="date_text"&gt;01-05-2004&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;09:51 AM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 10 May 2003 01:43:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Poll-Threading-methods/m-p/989774#M6134</guid>
      <dc:creator>Henry_G_Intel</dc:creator>
      <dc:date>2003-05-10T01:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Poll: Threading methods</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Poll-Threading-methods/m-p/989775#M6135</link>
      <description>My answer would actually be little more complex than the choices given, but I picked the closest one (Win32).&lt;BR /&gt;&lt;BR /&gt;The real answer is that we implemented a C++ version of a subset of the Java threading method (an IRunnable interface and a Thread class), using Win32 threads on Windows and pthreads for Mac OS X, but we're looking into switching to pthreads for all platforms (assuming the availability of a pthreads implementation on Win32).&lt;BR /&gt;</description>
      <pubDate>Wed, 14 May 2003 02:17:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Poll-Threading-methods/m-p/989775#M6135</guid>
      <dc:creator>rdwells</dc:creator>
      <dc:date>2003-05-14T02:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Poll: Threading methods</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Poll-Threading-methods/m-p/989776#M6136</link>
      <description>Henry,&lt;BR /&gt;&lt;BR /&gt;We use MS APIs for Windows  and Pthreads for Linux products.&lt;BR /&gt;&lt;BR /&gt;But I wonder, how did you construct this wonderful vote panel with radio buttons and command buttons?&lt;BR /&gt;Please share your secret! (I want to use it also in VTune forum)&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;-Daniel</description>
      <pubDate>Sat, 17 May 2003 19:14:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Poll-Threading-methods/m-p/989776#M6136</guid>
      <dc:creator>Daniel_B_Intel2</dc:creator>
      <dc:date>2003-05-17T19:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Poll: Threading methods</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Poll-Threading-methods/m-p/989777#M6137</link>
      <description>Hi Daniel,&lt;BR /&gt;Many thread programmers use more than one method. I too use the MS API on Windows and Pthreads on Linux. However, I use OpenMP on both. It's the threading method that I use the most.&lt;BR /&gt;&lt;BR /&gt;There's a tool to post polls but I think it's only visible to forum hosts. If you want to post a poll, I suggest posting the question and answers and asking the forum hosts to convert it to a poll.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Henry</description>
      <pubDate>Mon, 19 May 2003 20:41:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Poll-Threading-methods/m-p/989777#M6137</guid>
      <dc:creator>Henry_G_Intel</dc:creator>
      <dc:date>2003-05-19T20:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Poll: Threading methods</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Poll-Threading-methods/m-p/989778#M6138</link>
      <description>Here are the poll results for May:&lt;BR /&gt;&lt;PRE&gt;
Win threads:  38% (7 votes)
OpenMP:       27% (5 votes)
Pthreads:     22% (4 votes)
Java threads:  5% (1 vote)
Other:         5% (1 vote)
&lt;/PRE&gt;&lt;BR /&gt;Whoever voted 'other' please let us know what method you're using. Perl threads maybe?</description>
      <pubDate>Mon, 02 Jun 2003 20:28:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Poll-Threading-methods/m-p/989778#M6138</guid>
      <dc:creator>Henry_G_Intel</dc:creator>
      <dc:date>2003-06-02T20:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Poll: Threading methods</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Poll-Threading-methods/m-p/989779#M6139</link>
      <description>Here are the poll results for June:&lt;BR /&gt;&lt;PRE&gt;
Win threads:  34% (8 votes)
OpenMP:       30% (7 votes)
Pthreads:     17% (4 votes)
Java threads: 13% (3 votes)
Other:         4% (1 vote)
&lt;/PRE&gt;</description>
      <pubDate>Wed, 02 Jul 2003 01:27:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Poll-Threading-methods/m-p/989779#M6139</guid>
      <dc:creator>Henry_G_Intel</dc:creator>
      <dc:date>2003-07-02T01:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Poll: Threading methods</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Poll-Threading-methods/m-p/989780#M6140</link>
      <description>&lt;BR /&gt;I used win32 threads since few weeks ago, now I finished porting my current project to pthreads both under windows and linux.</description>
      <pubDate>Fri, 25 Jul 2003 17:35:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Poll-Threading-methods/m-p/989780#M6140</guid>
      <dc:creator>pan1</dc:creator>
      <dc:date>2003-07-25T17:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Poll: Threading methods</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Poll-Threading-methods/m-p/989781#M6141</link>
      <description>Here are the poll results for July:&lt;BR /&gt;&lt;PRE&gt;
OpenMP:       31% (10 votes)
Win threads:  28% (9 votes)
Pthreads:     28% (9 votes)
Java threads:  9% (3 votes)
Other:         3% (1 vote)
&lt;/PRE&gt;</description>
      <pubDate>Tue, 12 Aug 2003 00:01:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Poll-Threading-methods/m-p/989781#M6141</guid>
      <dc:creator>Henry_G_Intel</dc:creator>
      <dc:date>2003-08-12T00:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Poll: Threading methods</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Poll-Threading-methods/m-p/989782#M6142</link>
      <description>Here are the poll results for August:&lt;BR /&gt;&lt;PRE&gt;
OpenMP:       29% (10 votes)
Win threads:  29% (10 votes)
Pthreads:     26% (9 votes)
Java threads: 11% (4 votes)
Other:         2% (1 vote)
&lt;/PRE&gt;</description>
      <pubDate>Tue, 02 Sep 2003 20:33:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Poll-Threading-methods/m-p/989782#M6142</guid>
      <dc:creator>Henry_G_Intel</dc:creator>
      <dc:date>2003-09-02T20:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Poll: Threading methods</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Poll-Threading-methods/m-p/989783#M6143</link>
      <description>We use Win32 on Win32 platforms, and pthreads on UNIX/Linux. We built a threading services interface inside our code, which can be used in a platform-independent way for adding threading to various parts of the code.</description>
      <pubDate>Tue, 23 Sep 2003 19:27:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Poll-Threading-methods/m-p/989783#M6143</guid>
      <dc:creator>John_D_2</dc:creator>
      <dc:date>2003-09-23T19:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Poll: Threading methods</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Poll-Threading-methods/m-p/989784#M6144</link>
      <description>Here are the poll results for September:&lt;BR /&gt;&lt;PRE&gt;
Win threads:  32% (12 votes)
OpenMP:       27% (10 votes)
Pthreads:     24% (9 votes)
Java threads: 13% (5 votes)
Other:         2% (1 vote)
&lt;/PRE&gt;</description>
      <pubDate>Fri, 03 Oct 2003 05:17:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Poll-Threading-methods/m-p/989784#M6144</guid>
      <dc:creator>Henry_G_Intel</dc:creator>
      <dc:date>2003-10-03T05:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Poll: Threading methods</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Poll-Threading-methods/m-p/989785#M6145</link>
      <description>Here are the poll results for October:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;
Win threads:  35% (14 votes)
OpenMP:       25% (10 votes)
Pthreads:     22% (9 votes)
Java threads: 15% (6 votes)
Other:         2% (1 vote)
&lt;/PRE&gt;</description>
      <pubDate>Fri, 31 Oct 2003 23:15:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Poll-Threading-methods/m-p/989785#M6145</guid>
      <dc:creator>Henry_G_Intel</dc:creator>
      <dc:date>2003-10-31T23:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Poll: Threading methods</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Poll-Threading-methods/m-p/989786#M6146</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Here are the poll results for November:&lt;PRE&gt;Win threads:  35% (16 votes)
OpenMP:       24% (11 votes)
Pthreads:     22% (10 votes)
Java threads: 13% (6 votes)
Other:         4% (2 votes)
&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 04 Dec 2003 02:47:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Poll-Threading-methods/m-p/989786#M6146</guid>
      <dc:creator>Henry_G_Intel</dc:creator>
      <dc:date>2003-12-04T02:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Poll: Threading methods</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Poll-Threading-methods/m-p/989787#M6147</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Here's the final tally for the threading poll. Thanks to everyone who participated.&lt;PRE&gt;Win threads:  32% (16 votes)
OpenMP:       30% (15 votes)
Pthreads:     20% (10 votes)
Java threads: 14% (7 votes)
Other:         4% (2 votes)&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 06 Jan 2004 02:23:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Poll-Threading-methods/m-p/989787#M6147</guid>
      <dc:creator>Henry_G_Intel</dc:creator>
      <dc:date>2004-01-06T02:23:51Z</dc:date>
    </item>
  </channel>
</rss>

