<?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/82226#M33689</link>
    <description>Hello &lt;A class="user-content-mention" data-sign="@" data-contactkey="bf6edb31-c42f-4040-9e4b-d47f91046c5a" data-tag-text="@John Carter" href="https://community.blueprism.com/network/profile?UserKey=bf6edb31-c42f-4040-9e4b-d47f91046c5a" data-itemmentionkey="e7fdc489-3d9f-4f4b-8f72-d88879f0a870"&gt;@John Carter&lt;/A&gt;, suppose I have 2 processes which are asynchronous and 1 object which is also exposed by default on port 8181, how can I remove the looping problem from scheduler?​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Raghav Gupta&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 31 Mar 2020 10:24:00 GMT</pubDate>
    <dc:creator>RaghavGupta</dc:creator>
    <dc:date>2020-03-31T10:24: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/82224#M33687</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/82224#M33687</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/82225#M33688</link>
      <description>Hi again, no you don't need to assign a port for each process. The port is a machine level setting.&lt;BR /&gt;&lt;BR /&gt;BTW using the scheduler to create a loop can lead to problems. For example, if the process runs for &amp;gt; 1 minute, the next schedule will fail because the target machine is busy running the current process.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Mar 2020 10:36:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Multiple-runtime-resource-on-different-ports-needed-for-each/m-p/82225#M33688</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2020-03-24T10:36: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/82226#M33689</link>
      <description>Hello &lt;A class="user-content-mention" data-sign="@" data-contactkey="bf6edb31-c42f-4040-9e4b-d47f91046c5a" data-tag-text="@John Carter" href="https://community.blueprism.com/network/profile?UserKey=bf6edb31-c42f-4040-9e4b-d47f91046c5a" data-itemmentionkey="e7fdc489-3d9f-4f4b-8f72-d88879f0a870"&gt;@John Carter&lt;/A&gt;, suppose I have 2 processes which are asynchronous and 1 object which is also exposed by default on port 8181, how can I remove the looping problem from scheduler?​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Raghav Gupta&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Mar 2020 10:24:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Multiple-runtime-resource-on-different-ports-needed-for-each/m-p/82226#M33689</guid>
      <dc:creator>RaghavGupta</dc:creator>
      <dc:date>2020-03-31T10:24: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/82227#M33690</link>
      <description>I'm having trouble understanding what you are trying to achieve Raghav. If you've exposed an object as a WS, then when you call the WS the object action will run in it's own session, independent of any other processes. If a process happens to be using the same object via an action stage, then that will be a separate instance of the object.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Mar 2020 16:48:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Multiple-runtime-resource-on-different-ports-needed-for-each/m-p/82227#M33690</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2020-03-31T16:48: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/82228#M33691</link>
      <description>Ok thanks John, I got it. Basically to avoid looping in scheduler I shouldn't schedule 2 schedules at 1 minute on same port. If I am doing on same port then the processes' run mode should be background so they can run concurrently.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Raghav Gupta&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Apr 2020 10:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Multiple-runtime-resource-on-different-ports-needed-for-each/m-p/82228#M33691</guid>
      <dc:creator>RaghavGupta</dc:creator>
      <dc:date>2020-04-06T10:52:00Z</dc:date>
    </item>
  </channel>
</rss>

