<?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: Will using VB express to multithread speed the program? in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/will-using-vb-express-to-multithread-speed-the-program/m-p/5417587#M121530</link>
    <description>&lt;P&gt;I figured as much.&amp;nbsp; Darn.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Being someone who's not a hard core programmer this may be a dumb question but can the calculations be divided like a simulink model?&amp;nbsp;&amp;nbsp;I've seen this done w/ some eularian FEA solvers&amp;nbsp;but they were built from scratch and only in linux.&amp;nbsp; I&amp;nbsp;would expect trying to build IV from scratch would be a non starter is there any planned?&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Nov 2014 12:55:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-11-20T12:55:57Z</dc:date>
    <item>
      <title>Will using VB express to multithread speed the program?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/will-using-vb-express-to-multithread-speed-the-program/m-p/5415549#M121528</link>
      <description>&lt;P&gt;I have a repetetive task that will repeat 40k times.&amp;nbsp; I'm thinking about using VB express to write the operation and take advantage of multithreading.&amp;nbsp; However I'm concerned that even if I multithread the code VB will need to write back into IV and it won't speed anything up.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the time being I'm doing thousands of splits.&amp;nbsp; While I can split up the proccess of splitting does IV become a chokepoint?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2014 19:25:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/will-using-vb-express-to-multithread-speed-the-program/m-p/5415549#M121528</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-19T19:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Will using VB express to multithread speed the program?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/will-using-vb-express-to-multithread-speed-the-program/m-p/5416087#M121529</link>
      <description>&lt;P&gt;The main process of Inventor is single threaded so it's not possible to perform multiple operations in Inventor at the same time.&amp;nbsp; Multi-threading most modeling operations would be very difficult.&amp;nbsp; For a parametric model, each operation begins with the current state of the model and then modifies the model and adds intelligence to be able to re-compute if changes are made.&amp;nbsp; It's based on one adding one step at a time that builds on what's happened before.&amp;nbsp; What you described is several threads taking the same model, each thread performing operations, and then somehow combine this all together in the end.&amp;nbsp; A very difficult problem and one that's not supported today.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2014 22:16:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/will-using-vb-express-to-multithread-speed-the-program/m-p/5416087#M121529</guid>
      <dc:creator>ekinsb</dc:creator>
      <dc:date>2014-11-19T22:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Will using VB express to multithread speed the program?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/will-using-vb-express-to-multithread-speed-the-program/m-p/5417587#M121530</link>
      <description>&lt;P&gt;I figured as much.&amp;nbsp; Darn.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Being someone who's not a hard core programmer this may be a dumb question but can the calculations be divided like a simulink model?&amp;nbsp;&amp;nbsp;I've seen this done w/ some eularian FEA solvers&amp;nbsp;but they were built from scratch and only in linux.&amp;nbsp; I&amp;nbsp;would expect trying to build IV from scratch would be a non starter is there any planned?&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2014 12:55:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/will-using-vb-express-to-multithread-speed-the-program/m-p/5417587#M121530</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-20T12:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Will using VB express to multithread speed the program?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/will-using-vb-express-to-multithread-speed-the-program/m-p/5419499#M121531</link>
      <description>&lt;P&gt;That's essentially what multi-threading is doing.&amp;nbsp; It's breaking a problem into multiple pieces, calculating the pieces independently, and then putting it all together in the end.&amp;nbsp; Some things lend themselves very well and other things don't.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There may be some other modeling approaches you can take that let you do more than your currently doing in a single operation.&amp;nbsp; It's difficult to say without a better understanding of exactly what it is you're trying to do.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2014 00:40:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/will-using-vb-express-to-multithread-speed-the-program/m-p/5419499#M121531</guid>
      <dc:creator>ekinsb</dc:creator>
      <dc:date>2014-11-21T00:40:15Z</dc:date>
    </item>
  </channel>
</rss>

