<?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: Threading in VB in Intel® Moderncode for Parallel Architectures</title>
    <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Threading-in-VB/m-p/915544#M4792</link>
    <description>&lt;P&gt;I don't know a lotabout Visual Basic, which I've not used much for development, but Ihave donesome experiments with one of the Java VMs and Intel Thread Profiler. In this VM each of the Java threads was instantiated as a real OS thread so I could follow their activity and notice such things as thread lifetimes and concurrency. If the same is true for VB, you might be able to get some of the indicators you seek using that tool.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Jul 2007 03:27:20 GMT</pubDate>
    <dc:creator>robert-reed</dc:creator>
    <dc:date>2007-07-30T03:27:20Z</dc:date>
    <item>
      <title>Threading in VB</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Threading-in-VB/m-p/915543#M4791</link>
      <description>&lt;P&gt;&lt;FONT face="Verdana"&gt;Hi,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Verdana"&gt;If I have a SW that is being developed on VB will I be able to incorporate threads into my SW to take advantage of Multi core. If not are there any other options by which I could compute parallely on both cores using VB as my dev platform.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Verdana"&gt;The 2nd part to my question is - are there any tools that will help finding the no of threads and the level of utilization of each core. My seraches yield Intel Vtune Performance Analyzer, could you point me to whether Vtune would deliver to my requirements.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Verdana"&gt;Thank you,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Verdana"&gt;Rohan&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Verdana"&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Verdana"&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Verdana"&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Verdana"&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2007 17:22:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Threading-in-VB/m-p/915543#M4791</guid>
      <dc:creator>Rohan_C_Intel</dc:creator>
      <dc:date>2007-07-24T17:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Threading in VB</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Threading-in-VB/m-p/915544#M4792</link>
      <description>&lt;P&gt;I don't know a lotabout Visual Basic, which I've not used much for development, but Ihave donesome experiments with one of the Java VMs and Intel Thread Profiler. In this VM each of the Java threads was instantiated as a real OS thread so I could follow their activity and notice such things as thread lifetimes and concurrency. If the same is true for VB, you might be able to get some of the indicators you seek using that tool.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2007 03:27:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Threading-in-VB/m-p/915544#M4792</guid>
      <dc:creator>robert-reed</dc:creator>
      <dc:date>2007-07-30T03:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Threading in VB</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Threading-in-VB/m-p/915545#M4793</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;In VB.NET you do have virtually all the same options that you have in C#. The one I find most useful for threading is the QueueUserWorkItem function which provides you a way to just pass a function to be executed in a thread that is run up the Win32 threadpool. It is a quick way to get started.&lt;/P&gt;
&lt;P&gt;Also if you search in the various places websites (&lt;A href="http://www.codeproject.com"&gt;www.codeproject.com&lt;/A&gt;; one of my favorites), you can find some information wrt to C#. It will apply to VB.NET as well, you'll just have to look up the translations in MSDN.&lt;/P&gt;
&lt;P&gt;If you are talking VB6 or older, I'm afraid it's beyond my knowledge. &lt;/P&gt;
&lt;P&gt;Aaron&lt;/P&gt;</description>
      <pubDate>Mon, 20 Aug 2007 10:31:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Threading-in-VB/m-p/915545#M4793</guid>
      <dc:creator>Aaron_C_Intel</dc:creator>
      <dc:date>2007-08-20T10:31:58Z</dc:date>
    </item>
  </channel>
</rss>

