<?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 GeometryEngine thread safe? in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-geometryengine-thread-safe/m-p/1199278#M8559</link>
    <description>&lt;P&gt;I am trying to run Pro SDK code and I split some process I need to do into multithread. Each of the threads try to call the GeometryEngine.&lt;/P&gt;&lt;P&gt;I know GeometryEngien is singleton.&lt;/P&gt;&lt;P&gt;The multithread is not the pro threads, I create them within C#.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can this be done?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 04 Aug 2022 05:25:42 GMT</pubDate>
    <dc:creator>mody_buchbinder</dc:creator>
    <dc:date>2022-08-04T05:25:42Z</dc:date>
    <item>
      <title>Is GeometryEngine thread safe?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-geometryengine-thread-safe/m-p/1199278#M8559</link>
      <description>&lt;P&gt;I am trying to run Pro SDK code and I split some process I need to do into multithread. Each of the threads try to call the GeometryEngine.&lt;/P&gt;&lt;P&gt;I know GeometryEngien is singleton.&lt;/P&gt;&lt;P&gt;The multithread is not the pro threads, I create them within C#.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can this be done?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 05:25:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-geometryengine-thread-safe/m-p/1199278#M8559</guid>
      <dc:creator>mody_buchbinder</dc:creator>
      <dc:date>2022-08-04T05:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is GeometryEngine thread safe?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-geometryengine-thread-safe/m-p/1201118#M8574</link>
      <description>&lt;P&gt;This is not something that we support with the ArcGIS Pro API.&amp;nbsp; &amp;nbsp;That being said, we don't see a reason for this not to work.&amp;nbsp; Geometry objects in the Pro API are&amp;nbsp;immutable, so there is no risk of conflict when accessing such objects from multiple threads.&amp;nbsp;&amp;nbsp;Other Pro API objects that are mutated or need to maintain state are not well suited for a multi-threaded application (i.e. GeoDatabase RowCursor).&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 22:39:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-geometryengine-thread-safe/m-p/1201118#M8574</guid>
      <dc:creator>Wolf</dc:creator>
      <dc:date>2022-08-09T22:39:25Z</dc:date>
    </item>
  </channel>
</rss>

