<?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 Intel® Edge Software: max workers in Edge Software Catalog</title>
    <link>https://community.intel.com/t5/Edge-Software-Catalog/Intel-Edge-Software-max-workers/m-p/1410490#M1183</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to know how to use the option called "max_workers" in EII.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have set it to "4" and it seems that the udf's are output out of order.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Should I sort the frames using the "frame_number" key?, or maybe there is some setting to set the output as "sorted".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Mauricio.&lt;/P&gt;</description>
    <pubDate>Wed, 24 Aug 2022 19:14:38 GMT</pubDate>
    <dc:creator>Mauricio</dc:creator>
    <dc:date>2022-08-24T19:14:38Z</dc:date>
    <item>
      <title>Intel® Edge Software: max workers</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Intel-Edge-Software-max-workers/m-p/1410490#M1183</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to know how to use the option called "max_workers" in EII.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have set it to "4" and it seems that the udf's are output out of order.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Should I sort the frames using the "frame_number" key?, or maybe there is some setting to set the output as "sorted".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Mauricio.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 19:14:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Intel-Edge-Software-max-workers/m-p/1410490#M1183</guid>
      <dc:creator>Mauricio</dc:creator>
      <dc:date>2022-08-24T19:14:38Z</dc:date>
    </item>
    <item>
      <title>Re:Intel® Edge Software: max workers</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Intel-Edge-Software-max-workers/m-p/1410727#M1184</link>
      <description>&lt;P&gt;Hi Mauricio,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Changing &lt;STRONG&gt;max_workers&lt;/STRONG&gt; to something other than 1 does affect the image sequence as mentioned in the &lt;A href="https://open-edge-insights.github.io/IEdgeInsights/VideoIngestion/videoingestion-features.html?highlight=max_workers#image-ingestion" rel="noopener noreferrer" target="_blank"&gt;documentation&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="ql-indent-1"&gt;&lt;EM&gt;Set the max_workers value to 1 as "max_workers":1 in the config.json files for VideoIngestion/config.json and VideoIngestion/config.json. This is to ensure that the images sequence is maintained. If the max_workers is set more than 1, then more likely the images would be out of order due to those many multiple threads operating asynchronously.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll need to investigate further if there is a way to maintain the image sequence after increasing the max_workers value. Let me look into it and get back to you. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jesus&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Aug 2022 16:14:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Intel-Edge-Software-max-workers/m-p/1410727#M1184</guid>
      <dc:creator>JesusE_Intel</dc:creator>
      <dc:date>2022-08-25T16:14:00Z</dc:date>
    </item>
    <item>
      <title>Re:Intel® Edge Software: max workers</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Intel-Edge-Software-max-workers/m-p/1411512#M1185</link>
      <description>&lt;P&gt;Hi Mauricio,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The max_workers parameter is for setting up the thread while processing to work with more than 1 thread. When we use multi-thread, the execution will be asynchronous to speed up the process.&amp;nbsp;Setting max_workers to more than 1 and maintaining the synchronous process will affect the performance and defeat the main purpose of using max_workers.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you have any additional questions.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jesus&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Aug 2022 20:56:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Intel-Edge-Software-max-workers/m-p/1411512#M1185</guid>
      <dc:creator>JesusE_Intel</dc:creator>
      <dc:date>2022-08-29T20:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Intel® Edge Software: max workers</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Intel-Edge-Software-max-workers/m-p/1412515#M1186</link>
      <description>&lt;P&gt;If you need any additional information, please submit a new question as this thread will no longer be monitored.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 19:11:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Intel-Edge-Software-max-workers/m-p/1412515#M1186</guid>
      <dc:creator>JesusE_Intel</dc:creator>
      <dc:date>2022-09-02T19:11:13Z</dc:date>
    </item>
  </channel>
</rss>

