<?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: Bot Scalibility in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Bot-Scalibility/m-p/72432#M25037</link>
    <description>We don't have specific metrics because there are so many variables but for environments where there is a lot of communication between the App Server and Runtime Resources/Interactive Clients it can be significant.&amp;nbsp; I've seen about a 20% improvement.&amp;nbsp; If I was running over 100 RR's and Several Interactive Clients I'd strongly consider consider using WCF with Transport Encryption.&amp;nbsp; &amp;nbsp;Note that with encryption certificates you can use Wildcards for the Runtime Resources.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Steve Waters&lt;BR /&gt;Platform Consultant&lt;BR /&gt;Blue Prism Professional Services&lt;BR /&gt;America/Chicago&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 06 Dec 2019 13:07:00 GMT</pubDate>
    <dc:creator>SteveWaters</dc:creator>
    <dc:date>2019-12-06T13:07:00Z</dc:date>
    <item>
      <title>Bot Scalibility</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Bot-Scalibility/m-p/72426#M25031</link>
      <description>Hi,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am trying to understand what is the max Number of Processes and/or object we can have in Blue Prism?&amp;nbsp;&lt;BR /&gt;I know that scalibility capacity of Blue Prism is about 500 - 1000, so is this number of processes/objects or actual runtime resources?&lt;BR /&gt;&lt;BR /&gt;Appreciate any help with this confusion.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Harshil&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Harshil Mehta&lt;BR /&gt;Solution Designer&lt;BR /&gt;Deloitte&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Dec 2019 22:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Bot-Scalibility/m-p/72426#M25031</guid>
      <dc:creator>harshilmehta</dc:creator>
      <dc:date>2019-12-04T22:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: Bot Scalibility</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Bot-Scalibility/m-p/72427#M25032</link>
      <description>Hi Harshil.&lt;BR /&gt;&lt;BR /&gt;Generally, a single Application Server able to handle 50 - 100 Runtime Resources.&lt;BR /&gt;The maximum number of processes/objects is hard to determine due to the following factors.&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;The hardware specification (Hard disk, CPU, RAM) of the individual workstations and server&lt;/LI&gt;
&lt;LI&gt;Logging levels of the each processes&lt;/LI&gt;
&lt;LI&gt;Database server specification and configuration types&lt;/LI&gt;
&lt;LI&gt;Network Infrastructure and latency&lt;/LI&gt;
&lt;/UL&gt;
&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jega Avinasinathan&lt;BR /&gt;Customer Support Engineer&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Dec 2019 04:02:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Bot-Scalibility/m-p/72427#M25032</guid>
      <dc:creator>jegendra</dc:creator>
      <dc:date>2019-12-05T04:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: Bot Scalibility</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Bot-Scalibility/m-p/72428#M25033</link>
      <description>&lt;P&gt;Hi Harshil,&lt;/P&gt;
&lt;P&gt;I could not say that this is a hard limit, but you are totally correct. Things start to get quite slow when working in the BP application when the number of Processes and objects count go north of 850 - 1000. This is stated in diffrent documents over at BluePrism. One cure is to implement Teams, to logically split the P&amp;amp;V count into smaller chunks. Another option would be to create multiple databases and present them to different developer groups. (split into several environments.)&lt;/P&gt;
&lt;P&gt;If you go to the supportpages and search for "Why is my interactive client running slowly" - there you find a lot of useful info.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Håkan&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Hakan Engman&lt;BR /&gt;Automation engineer&lt;BR /&gt;Teliacompany.com&lt;BR /&gt;Europe/Stockholm&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Dec 2019 06:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Bot-Scalibility/m-p/72428#M25033</guid>
      <dc:creator>HakanEngman</dc:creator>
      <dc:date>2019-12-05T06:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: Bot Scalibility</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Bot-Scalibility/m-p/72429#M25034</link>
      <description>It's a bit difficult to come up with a hard number because so much depends on the environment and the actual Processes/Objects.&amp;nbsp; How the Processes and Objects are designed will directly impact the scalability.&amp;nbsp; The Database infrastructure; CPU, Memory, and the physical storage will impact performance.&amp;nbsp; I generally recommend SSD or similar configurations.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;At large scales the Communication Mode you are using can have an impact.&amp;nbsp; The default, WCF with Message Encryption, is processed as part of the .NET stack.&amp;nbsp; &amp;nbsp;Consider using WCF with Transport Encryption.&amp;nbsp; This will offload the encryption/decryption from .NET.&amp;nbsp; &amp;nbsp;This will require certificates but will significantly perform better.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Also consider using Multi-Teams so that not all Processes and Objects are being rendered by all of the Development/Interactive Clients.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Lastly, most environments are virtualized, have a good understanding of what is going on at a physical level.&amp;nbsp; It doesn't matter how much capacity you have at a virtual level if the physical resources are heavily utilized.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Steve Waters&lt;BR /&gt;Platform Consultant&lt;BR /&gt;Blue Prism Professional Services&lt;BR /&gt;America/Chicago&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Dec 2019 13:31:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Bot-Scalibility/m-p/72429#M25034</guid>
      <dc:creator>SteveWaters</dc:creator>
      <dc:date>2019-12-05T13:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: Bot Scalibility</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Bot-Scalibility/m-p/72430#M25035</link>
      <description>​I don't believe that the number of objects and processes is that important when it comes to scalability. we have over 1000 processes/objects in an environment with a small number of BOTs and the env runs fine. In another env where we have about 30 active BOTs and 100 connected, the env runs like a dog (a dog with with 2 legs.)&lt;BR /&gt;&lt;BR /&gt;The objects are loaded once. Once loaded, the BOT has an ridiculously overly-chatty conversation with the app server/database. That's where you run into issues.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Chad Dokmanovich&lt;BR /&gt;IT Architect&lt;BR /&gt;Fin IT&lt;BR /&gt;America/New_York&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Dec 2019 14:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Bot-Scalibility/m-p/72430#M25035</guid>
      <dc:creator>ChadDokmanovich</dc:creator>
      <dc:date>2019-12-05T14:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: Bot Scalibility</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Bot-Scalibility/m-p/72431#M25036</link>
      <description>&lt;P&gt;Quick question.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have any numbers on the improvement going from .NET secure --&amp;gt; WCF w Transport Encryption?&amp;nbsp; ( ~nn% quicker.. )&lt;/P&gt;
&lt;P&gt;We tried but the performance was down and the word out on internet was only saying the same thing. Maybe we did not get it right. Could it be that the connection negotiate methods and that is the reason that we get a not so good outcome. I presume that this is the way Microsoft is going, so it really feels like it's a good move, run WCF.&lt;/P&gt;
&lt;P&gt;A example would be exceptionally good.&lt;BR /&gt;&lt;BR /&gt;Thx&lt;BR /&gt;Håkan&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Hakan Engman&lt;BR /&gt;Automation engineer&lt;BR /&gt;Teliacompany.com&lt;BR /&gt;Europe/Stockholm&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Dec 2019 06:48:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Bot-Scalibility/m-p/72431#M25036</guid>
      <dc:creator>HakanEngman</dc:creator>
      <dc:date>2019-12-06T06:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: Bot Scalibility</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Bot-Scalibility/m-p/72432#M25037</link>
      <description>We don't have specific metrics because there are so many variables but for environments where there is a lot of communication between the App Server and Runtime Resources/Interactive Clients it can be significant.&amp;nbsp; I've seen about a 20% improvement.&amp;nbsp; If I was running over 100 RR's and Several Interactive Clients I'd strongly consider consider using WCF with Transport Encryption.&amp;nbsp; &amp;nbsp;Note that with encryption certificates you can use Wildcards for the Runtime Resources.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Steve Waters&lt;BR /&gt;Platform Consultant&lt;BR /&gt;Blue Prism Professional Services&lt;BR /&gt;America/Chicago&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Dec 2019 13:07:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Bot-Scalibility/m-p/72432#M25037</guid>
      <dc:creator>SteveWaters</dc:creator>
      <dc:date>2019-12-06T13:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: Bot Scalibility</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Bot-Scalibility/m-p/72433#M25038</link>
      <description>Hi Guys,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you so much for prompt responses. This totally makes sense. We already have 600+ objects/processes in dev environment with over 50 developers working and more going to add in near future. We will have problem splitting teams and database as lot of our work is reused, since we are working on one single CRM application with over 100s of sub processes. The best bet for us would be split Application Servers and/or improve the infrastructure.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I will talk with team next week and understand the current state of infrastructure. Based on that we will take next step.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Question: Will multiple application server environment help? Also, I am thinking out of the box solutions too.. like can mirroring database help in any way to reduce load on database server?&amp;nbsp; Never heard about it but it just a thought. I am not sure how it will work with Blue Prism. Appreciate any thoughts on this.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Sincerely,&amp;nbsp;&lt;BR /&gt;Harshil&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Harshil Mehta&lt;BR /&gt;Solution Designer&lt;BR /&gt;Deloitte&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Dec 2019 17:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Bot-Scalibility/m-p/72433#M25038</guid>
      <dc:creator>harshilmehta</dc:creator>
      <dc:date>2019-12-06T17:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: Bot Scalibility</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Bot-Scalibility/m-p/72434#M25039</link>
      <description>Blue Prism Architecture can support upto 100 run time resources per application server. Practically, it's always good to have 1 Application server per 50 Run time resources.&lt;BR /&gt;&lt;BR /&gt;Blue Prism licensing is not limited/bound&amp;nbsp; to number of processes/objects that you build. You can build 1000's of processes/objects even if you have just 1 license.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vivek Goel&lt;BR /&gt;RPA Architect&lt;BR /&gt;Asia/Singapore&lt;BR /&gt;+6594554364&lt;BR /&gt;&lt;A href="https://www.rpatools.com/" target="test_blank"&gt;https://www.rpatools.com/&lt;/A&gt;&lt;BR /&gt;"If you like this post, please press the "Recommend" Button.&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Dec 2019 03:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Bot-Scalibility/m-p/72434#M25039</guid>
      <dc:creator>vivek.kumar.goel</dc:creator>
      <dc:date>2019-12-10T03:52:00Z</dc:date>
    </item>
  </channel>
</rss>

