<?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: Why don't AutoCAD focus on multicore processor support? in AutoCAD Electrical Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-electrical-forum/why-don-t-autocad-focus-on-multicore-processor-support/m-p/7291413#M30236</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am aware of the basic function of only doing one operation at once with a general purpose (Desktop) CPU (per core).&lt;/P&gt;&lt;P&gt;I am also aware of the challenges of taking advantage of several cores and that it is not a "magic wand".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problems you are describing is also challenging for many other programs (if not all), but they have focused on developing software that can do this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The link function is on the border to useless on larger systems, it is unbelievable slow. I have seen projects that use more than 15 minutes to create these links.&lt;/P&gt;&lt;P&gt;Database update is ok, but when moving past 100 dwg it is also slow.&lt;/P&gt;&lt;P&gt;Not all attributes and information are linked to other dwg, so it shouldn't be necessary to update them sequentially.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Singel core/thread performance isn't improving substantially anymore and the trend seems to be more cores.&lt;/P&gt;&lt;P&gt;Just would like to know if the core software of AutoCAD is capable of using more cores or if AutoCAD have any plans to put focus on it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Aug 2017 17:47:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-08-10T17:47:25Z</dc:date>
    <item>
      <title>Why don't AutoCAD focus on multicore processor support?</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/why-don-t-autocad-focus-on-multicore-processor-support/m-p/7286313#M30234</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been using AutoCAD products for several years now. Why can't AutoCAD focus on getting better mulitcore support?&lt;/P&gt;&lt;P&gt;Some of out projects are quite big and it is inefficient waiting on project database rebuild when 6 of my cores are idling.&lt;/P&gt;&lt;P&gt;We have stopped using hyperlinks because it just takes to long to use this feature.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://knowledge.autodesk.com/support/autocad/learn-explore/caas/sfdcarticles/sfdcarticles/Support-for-multi-core-processors-with-AutoCAD.html" target="_blank"&gt;https://knowledge.autodesk.com/support/autocad/learn-explore/caas/sfdcarticles/sfdcarticles/Support-for-multi-core-processors-with-AutoCAD.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 07:42:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/why-don-t-autocad-focus-on-multicore-processor-support/m-p/7286313#M30234</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-09T07:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Why don't AutoCAD focus on multicore processor support?</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/why-don-t-autocad-focus-on-multicore-processor-support/m-p/7291350#M30235</link>
      <description>&lt;P&gt;Multithreading isn't a magic wand to make things go faster - it's not just a matter of toggling a check box.&amp;nbsp; A lot of it has to do with operations that are sequential in nature.&amp;nbsp; A basic example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(2 + 2) / 4&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's two operations, one addition and one division.&amp;nbsp; They could be split into two threads and run in parallel, but there's a problem with that.&amp;nbsp; The division operation must wait for the other operation to complete before it can proceed.&amp;nbsp; Granted that's much simpler than most of AutoCAD but the same principle applies.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There's another reason why AutoCAD is primarily single-threaded.&amp;nbsp; The DWG file is a database, consisting of records with data on every entity and object.&amp;nbsp; Each record can only be modified by one process at a time, and must be done in a specific order.&amp;nbsp; Otherwise the end result is unpredictable.&amp;nbsp; So each operation has to wait until the previous operation has completed it's changes to that record.&amp;nbsp; Operations which are completely independent of each other *could* make simultaneous changes e.g. updating end points of two different line entities.&amp;nbsp;&amp;nbsp;Finding operations which are that way&amp;nbsp;are more difficult to separate than you might think, because those lines could fire events (or reactors, in LISP) that request changes to other objects.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2017 17:06:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/why-don-t-autocad-focus-on-multicore-processor-support/m-p/7291350#M30235</guid>
      <dc:creator>dgorsman</dc:creator>
      <dc:date>2017-08-10T17:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Why don't AutoCAD focus on multicore processor support?</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/why-don-t-autocad-focus-on-multicore-processor-support/m-p/7291413#M30236</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am aware of the basic function of only doing one operation at once with a general purpose (Desktop) CPU (per core).&lt;/P&gt;&lt;P&gt;I am also aware of the challenges of taking advantage of several cores and that it is not a "magic wand".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problems you are describing is also challenging for many other programs (if not all), but they have focused on developing software that can do this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The link function is on the border to useless on larger systems, it is unbelievable slow. I have seen projects that use more than 15 minutes to create these links.&lt;/P&gt;&lt;P&gt;Database update is ok, but when moving past 100 dwg it is also slow.&lt;/P&gt;&lt;P&gt;Not all attributes and information are linked to other dwg, so it shouldn't be necessary to update them sequentially.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Singel core/thread performance isn't improving substantially anymore and the trend seems to be more cores.&lt;/P&gt;&lt;P&gt;Just would like to know if the core software of AutoCAD is capable of using more cores or if AutoCAD have any plans to put focus on it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2017 17:47:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/why-don-t-autocad-focus-on-multicore-processor-support/m-p/7291413#M30236</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-10T17:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Why don't AutoCAD focus on multicore processor support?</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/why-don-t-autocad-focus-on-multicore-processor-support/m-p/7291724#M30237</link>
      <description>&lt;P&gt;Hi Mat,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;AutoCAD is Multi-Core that's why your likely not maxing out your processors, it spreads that load across all of your Processors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Problem is that its not Multi-Threaded. In An Attempt to alleviate it they have started kicking a few pieces out to the Chromium Host Instances that pop up when you start the program. &amp;nbsp;(you know the 3 horrible things that pop up and seem to consume every available process...)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My understanding is that one is dedicated to the start screen for a given program and the other 2 buffer data. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;My guess is that its to simulate multi threading. ( if you kill them AutoCAD , Inventor, Revit, which all have there own 3 instances... it will stop some of the features from working) The 3 Instances also seem to communicate with the Autodesk Desktop App to check for updates.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyway my assumptions aside, the official word from Autodesk (until they update the Knowledge database), is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;"&amp;nbsp;&lt;SPAN&gt;AutoCAD and AutoCAD for Mac only support multi-core technology in&amp;nbsp;specific areas of the product,&amp;nbsp;including:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT color="#FF0000"&gt;2D regeneration&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT color="#FF0000"&gt;MentalRay rendering&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;To fully benefit from multi-core processors, you need to use multi-threaded software; AutoCAD is predominantly a single-threaded application."&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;More information can be found on the webpage:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://knowledge.autodesk.com/support/autocad/learn-explore/caas/sfdcarticles/sfdcarticles/Support-for-multi-core-processors-with-AutoCAD.html" target="_blank"&gt;https://knowledge.autodesk.com/support/autocad/learn-explore/caas/sfdcarticles/sfdcarticles/Support-for-multi-core-processors-with-AutoCAD.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;James&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2017 19:17:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/why-don-t-autocad-focus-on-multicore-processor-support/m-p/7291724#M30237</guid>
      <dc:creator>jalger</dc:creator>
      <dc:date>2017-08-10T19:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Why don't AutoCAD focus on multicore processor support?</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/why-don-t-autocad-focus-on-multicore-processor-support/m-p/7292820#M30238</link>
      <description>&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;So I guess my conclusion is that this will not be addressed in near future.&lt;/P&gt;&lt;P&gt;I did a test and to me it seems that you are getting mainly 1 or 2 cores.&lt;/P&gt;&lt;P&gt;To bad, see all my hardware not being used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Updating database and creating links:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2017-08-11_08-27-07.png" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/388664i12DEC0FB5BF3B8C4/image-size/large?v=v2&amp;amp;px=999" role="button" title="2017-08-11_08-27-07.png" alt="2017-08-11_08-27-07.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Rendering on a General Arrangement: (I use a lot of wipe out and detailed blocks)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Rendering.png" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/388666i616FDC4498C46844/image-size/large?v=v2&amp;amp;px=999" role="button" title="Rendering.png" alt="Rendering.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2017 06:52:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/why-don-t-autocad-focus-on-multicore-processor-support/m-p/7292820#M30238</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-11T06:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Why don't AutoCAD focus on multicore processor support?</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/why-don-t-autocad-focus-on-multicore-processor-support/m-p/8334212#M30239</link>
      <description>&lt;P&gt;I am a Autocad/Autocad Architecture user since 20 years. I have seen all the "updates" of the software over the years. I love the program for&amp;nbsp;it s speed and accuracy in doing 2d drawings. But as drawings get bigger, include 3d and texture it gets unbelievebly heavy. I have asked Autodesk top developer why. But the simple answer is that they are not going to alter the program code. Also&amp;nbsp;Autodesk&amp;nbsp;reluctant behavior towards .ifc annoys me. But I guess if you are big you can do what ever you like.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rhino can also handle dwg. But they have a different more modern code. The difference in speed is staggering.&lt;/P&gt;&lt;P&gt;I just hope Autodesk starts using their profit in developing the program. At my office we are slowly drifting away from Autocad.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Oct 2018 10:20:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/why-don-t-autocad-focus-on-multicore-processor-support/m-p/8334212#M30239</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-15T10:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Why don't AutoCAD focus on multicore processor support?</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/why-don-t-autocad-focus-on-multicore-processor-support/m-p/8536149#M30240</link>
      <description>&lt;P&gt;That's nice to hear, recently I upgraded to i3 8750K quad-core. This "toddler" in single core operation is so ultimate beast for autocad and advance steel.&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jan 2019 22:04:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/why-don-t-autocad-focus-on-multicore-processor-support/m-p/8536149#M30240</guid>
      <dc:creator>mo</dc:creator>
      <dc:date>2019-01-20T22:04:50Z</dc:date>
    </item>
  </channel>
</rss>

