<?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 Environment Locking in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Environment-Locking/m-p/94385#M43794</link>
    <description>Hello guys,

I am just trying to understand what is environment locking and how it works.
I read the help section but didn't understand if anyone can help me to understand this.

Thank You</description>
    <pubDate>Fri, 27 Oct 2017 17:16:00 GMT</pubDate>
    <dc:creator>SurajJadhav</dc:creator>
    <dc:date>2017-10-27T17:16:00Z</dc:date>
    <item>
      <title>Environment Locking</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Environment-Locking/m-p/94385#M43794</link>
      <description>Hello guys,

I am just trying to understand what is environment locking and how it works.
I read the help section but didn't understand if anyone can help me to understand this.

Thank You</description>
      <pubDate>Fri, 27 Oct 2017 17:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Environment-Locking/m-p/94385#M43794</guid>
      <dc:creator>SurajJadhav</dc:creator>
      <dc:date>2017-10-27T17:16:00Z</dc:date>
    </item>
    <item>
      <title>It is the methodology to</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Environment-Locking/m-p/94386#M43795</link>
      <description>It is the methodology to avoid the situation where multiple sessions of BP tries to access same instance of file/application and create deadlock. This should be used when the instance should be accessed by only one session at a time. e.g. the files saved at shared drive to be opened in write mode
First acquire lock, check if token is granted if yes then continue else stop for some time and then again check. Once the work is done release the lock.</description>
      <pubDate>Fri, 27 Oct 2017 17:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Environment-Locking/m-p/94386#M43795</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-27T17:30:00Z</dc:date>
    </item>
    <item>
      <title>An environment lock is a</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Environment-Locking/m-p/94387#M43796</link>
      <description>An environment lock is a generic permission token, that can be applied to any situation where you want to control the number of instances able to execute particular steps at the same time. As GM says, the most common example is reading an input file; if you have 10 robots running, you don't want them all loading the same file. Instead, you make all 10 compete for possession of an environment lock; only 1 can win and the other 9 will lose. The winner loads the file while the others wait; after loading the winner releases the lock and then all 10 proceed.
Another synopsis is that you want all 10 to perform an action 'one at a time'. Again all 10 compete for the lock and the winner performs the steps. After the lock is released the remaining 9 compete again and 1 of them wins. The 8 compete, then 7, then 6 etc.</description>
      <pubDate>Mon, 30 Oct 2017 13:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Environment-Locking/m-p/94387#M43796</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2017-10-30T13:43:00Z</dc:date>
    </item>
    <item>
      <title>Environment locking is a</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Environment-Locking/m-p/94388#M43797</link>
      <description>Environment locking is a great tool to get your head around, especially in automation/robotics. If you'd like some more resources on said topic try here
&lt;A href="https://en.wikipedia.org/wiki/Lock_(computer_science)" target="test_blank"&gt;https://en.wikipedia.org/wiki/Lock_(computer_science)&lt;/A&gt; (for some technical insight into it if that's your bag)
and here
&lt;A href="https://stackoverflow.com/questions/34524/what-is-a-mutex" target="test_blank"&gt;https://stackoverflow.com/questions/34524/what-is-a-mutex&lt;/A&gt; (for less technical jargon but more examples of same)</description>
      <pubDate>Fri, 03 Nov 2017 19:00:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Environment-Locking/m-p/94388#M43797</guid>
      <dc:creator>DexterWhelan1</dc:creator>
      <dc:date>2017-11-03T19:00:00Z</dc:date>
    </item>
  </channel>
</rss>

