<?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: Multiple runtime resource on different ports needed for each process running via scheduler? in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Multiple-runtime-resource-on-different-ports-needed-for-each/m-p/91903#M41804</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;The way to achieve running multiple processes on the same machine requires starting &lt;STRONG&gt;multiple Runtime Resources on that machine, on different ports&lt;/STRONG&gt;.&amp;nbsp; Unfortunately, running multiple processes concurrently on a single port is not possible.&lt;BR /&gt;&lt;BR /&gt;More details can be found in this Support Center article:&lt;BR /&gt;&lt;A href="https://portal.blueprism.com/customer-support/support-center#/path/Automation-Design/Studio/Object-Design/1140182252/Can-I-run-multiple-Processes-in-parallel-on-one-Runtime-Resource.htm" target="_blank" rel="noopener"&gt;https://portal.blueprism.com/customer-support/support-center#/path/Automation-Design/Studio/Object-Design/1140182252/Can-I-run-multiple-Processes-in-parallel-on-one-Runtime-Resource.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;James Man&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;Asia/Hong_Kong&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 02 Apr 2020 01:20:00 GMT</pubDate>
    <dc:creator>james.man</dc:creator>
    <dc:date>2020-04-02T01:20:00Z</dc:date>
    <item>
      <title>Multiple runtime resource on different ports needed for each process running via scheduler?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Multiple-runtime-resource-on-different-ports-needed-for-each/m-p/91900#M41801</link>
      <description>I have 2 processes and both are scheduled to be run every 1 minute on the default port as in Terminal I give the command on the installation directory - &lt;EM&gt;Automate.exe /public /resourcepc&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;Also I have exposed a object and I think by default it uses port 8181 for web service.&lt;BR /&gt;&lt;BR /&gt;So should I use different port for each process as both of them are scheduled to run every 1 minute?&lt;BR /&gt;Example for 1 process port 8182&lt;BR /&gt;For 2nd process port 8183&lt;BR /&gt;Object being exposed is by default using port 8181&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Raghav Gupta&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 21 Mar 2020 10:00:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Multiple-runtime-resource-on-different-ports-needed-for-each/m-p/91900#M41801</guid>
      <dc:creator>RaghavGupta</dc:creator>
      <dc:date>2020-03-21T10:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: Multiple runtime resource on different ports needed for each process running via scheduler?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Multiple-runtime-resource-on-different-ports-needed-for-each/m-p/91901#M41802</link>
      <description>Whether it is possible to run more than one process simultaneously on the same machine depends more on the "Run Mode" of the Objects which in turn affect the Run Mode of the Process itself.&lt;BR /&gt;&lt;BR /&gt;Details on the Run Mode can be found here:&lt;BR /&gt;&lt;SPAN&gt;&lt;A href="http://portal.blueprism.com/customer-support/support-center#/path/1158890262" target="_blank" rel="noopener"&gt;http://portal.blueprism.com/customer-support/support-center#/path/1158890262&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;or the Run Mode Guide, found here:&lt;BR /&gt;&lt;A href="https://portal.blueprism.com/system/files/documents/Run%20Modes%20Guide_1.pdf" target="_blank" rel="noopener"&gt;https://portal.blueprism.com/system/files/documents/Run%20Modes%20Guide_1.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;So, we set the appropriate Run Mode in our Business Objects, based on whether multiple instances of those Objects can be run simultaneously.&amp;nbsp; A Process' Run Mode is the "highest" Run Mode of all of its Business Objects, where Exclusive &amp;gt; Foreground &amp;gt; Background.&lt;BR /&gt;&lt;BR /&gt;If either of the two Processes are using the same Objects, then you should check the Run Modes before deciding whether it is possible to run them on a single machine at the same time.&lt;BR /&gt;&lt;BR /&gt;Besides the Run Mode, you also need to consider whether your Objects need to be foregrounded to be function properly.&amp;nbsp; If that is the case, then it may be difficult to run the processes simultaneously on the same machine.&lt;BR /&gt;&lt;BR /&gt;Licensing-wise, running two processes on the same machine will still use up two Blue Prism licenses.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;James Man&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;Asia/Hong_Kong&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Mar 2020 02:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Multiple-runtime-resource-on-different-ports-needed-for-each/m-p/91901#M41802</guid>
      <dc:creator>james.man</dc:creator>
      <dc:date>2020-03-25T02:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Multiple runtime resource on different ports needed for each process running via scheduler?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Multiple-runtime-resource-on-different-ports-needed-for-each/m-p/91902#M41803</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/194"&gt;@james.man&lt;/a&gt;, can't we run 2 different processes on same port? Isn't there a run modes for processes like objects have?&amp;nbsp;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Raghav Gupta&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Apr 2020 11:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Multiple-runtime-resource-on-different-ports-needed-for-each/m-p/91902#M41803</guid>
      <dc:creator>RaghavGupta</dc:creator>
      <dc:date>2020-04-01T11:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: Multiple runtime resource on different ports needed for each process running via scheduler?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Multiple-runtime-resource-on-different-ports-needed-for-each/m-p/91903#M41804</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;The way to achieve running multiple processes on the same machine requires starting &lt;STRONG&gt;multiple Runtime Resources on that machine, on different ports&lt;/STRONG&gt;.&amp;nbsp; Unfortunately, running multiple processes concurrently on a single port is not possible.&lt;BR /&gt;&lt;BR /&gt;More details can be found in this Support Center article:&lt;BR /&gt;&lt;A href="https://portal.blueprism.com/customer-support/support-center#/path/Automation-Design/Studio/Object-Design/1140182252/Can-I-run-multiple-Processes-in-parallel-on-one-Runtime-Resource.htm" target="_blank" rel="noopener"&gt;https://portal.blueprism.com/customer-support/support-center#/path/Automation-Design/Studio/Object-Design/1140182252/Can-I-run-multiple-Processes-in-parallel-on-one-Runtime-Resource.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;James Man&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;Asia/Hong_Kong&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Apr 2020 01:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Multiple-runtime-resource-on-different-ports-needed-for-each/m-p/91903#M41804</guid>
      <dc:creator>james.man</dc:creator>
      <dc:date>2020-04-02T01:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: Multiple runtime resource on different ports needed for each process running via scheduler?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Multiple-runtime-resource-on-different-ports-needed-for-each/m-p/91904#M41805</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/194"&gt;@james.man&lt;/a&gt;, I found out that you can run multiple processes concurrently on a single port if all the processes are in background mode which is determined by the run mode of the object which it refers to.​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Raghav Gupta&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Apr 2020 04:55:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Multiple-runtime-resource-on-different-ports-needed-for-each/m-p/91904#M41805</guid>
      <dc:creator>RaghavGupta</dc:creator>
      <dc:date>2020-04-02T04:55:00Z</dc:date>
    </item>
  </channel>
</rss>

