Hi Pratik.
Can you elaborate a bit more on what you are looking for? The only reason you would use environmental locking is if you have a shared resource and multiple processes trying to access it simultaneously.
So if you are asking about how to have multiple processes access the shared resource without using locking, then you could have a single process that just loads data from the single resource into a work queue and then have the multiple processes access the queue.
If I'm on the wrong track here, please provide more details so we can help resolve your questions.
jack
------------------------------
Jack Look
Sr Product Consultant
Blue Prism
------------------------------