Serveral questions here all in regard the the RunUnit in COBOL .NET.
1. In COBOL .NET you can spin up a RunUnit and do work, then suspend the RunUnit in a rununitcache (ConcurrentDictionary).
A ConcurrentDictionary is stored in process, is there any way to store a suspended RunUnitin Redis or something similar?
So if you are scaling out across servers you could pick up that RunUnitregardless of the server you hit via it's id or something?
2. What else could I do with a RunUnit other than start, stop, dispose, SetUserData & GetUserData that might add value?
3. Can you get the ID of a RunUnit inside the RunUnit?
4. Is there a limit to amount of RunUnit's you can spin up under say C# rest api?
Neil
------------------------------
Neil Hayes
Software Development Specialist
------------------------------
