<?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: Instability when running multiple models at once in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/instability-when-running-multiple-models-at-once/m-p/352726#M12235</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Mike&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your workflow is of interest; we have a few samples using Python's subprocess and multiprocessing modules to parallelize geoprocessing tasks, but nothing so far using Lidar.&amp;nbsp; If you can share your data and processing requirements we may be able to figure out an approach for you.&amp;nbsp; If you can do this, please email me at &lt;/SPAN&gt;&lt;A href="mailto:bharold@esri.com"&gt;bharold@esri.com&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 May 2011 13:53:39 GMT</pubDate>
    <dc:creator>BruceHarold</dc:creator>
    <dc:date>2011-05-23T13:53:39Z</dc:date>
    <item>
      <title>Instability when running multiple models at once</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/instability-when-running-multiple-models-at-once/m-p/352725#M12234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm running a model in ArcGIS 10 to iterate through ASCII LIDAR tiles and extract features based on a form factor algorithm.&amp;nbsp; Due to the size of the dataset, I'm running 3 of the models concurrently in seperate instances of ArcCatalog.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When running the model on my local Windows XP machine the processes seem to crash after 120 or so iterations.&amp;nbsp; On our Windows 2008 R2 server running CITRIX the processes seem to be more stable, but are still crashing after an extended period.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've isolated the models as much as possible (each process reads and writes to its own file geodatabase, in_memory writes are to variables with unique names) but I'm still seeing crashes (not errors, but all out program failure).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone enlighten me on how ARC instances manage memory?&amp;nbsp; Are they each using a seperate address space for in_memory writes?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, does anyone know if there are plans to implement multi-threading, or even distributed processing in future versions of ArcGIS/ ArcGIS Server?&amp;nbsp; It would be really awesome if ESRI could link up ArcGIS clients with ArcGIS Server instances as host controlers for distributed computing.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ideally something that could be implemented in Model builder so big jobs could be run aginst a server, which would kick pieces of the job out to idle machines running ArcGIS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 May 2011 00:22:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/instability-when-running-multiple-models-at-once/m-p/352725#M12234</guid>
      <dc:creator>MichaelDavis3</dc:creator>
      <dc:date>2011-05-22T00:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Instability when running multiple models at once</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/instability-when-running-multiple-models-at-once/m-p/352726#M12235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Mike&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your workflow is of interest; we have a few samples using Python's subprocess and multiprocessing modules to parallelize geoprocessing tasks, but nothing so far using Lidar.&amp;nbsp; If you can share your data and processing requirements we may be able to figure out an approach for you.&amp;nbsp; If you can do this, please email me at &lt;/SPAN&gt;&lt;A href="mailto:bharold@esri.com"&gt;bharold@esri.com&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2011 13:53:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/instability-when-running-multiple-models-at-once/m-p/352726#M12235</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2011-05-23T13:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Instability when running multiple models at once</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/instability-when-running-multiple-models-at-once/m-p/352727#M12236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are these samples on the web site somewhere? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Parallelised geoprocessing is where I want to go, I have some models that essentially meet near the end but are seperate processes until then. These should be easy to paralellise I hope? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it a feature of modelbuilder I havent found yet? (I can do some python also regardless)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2011 11:19:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/instability-when-running-multiple-models-at-once/m-p/352727#M12236</guid>
      <dc:creator>LukeWebb</dc:creator>
      <dc:date>2011-05-24T11:19:40Z</dc:date>
    </item>
  </channel>
</rss>

