12-18-2019 09:16 AM
I have a python based service package in which multiple instances of the service can have a create method for the same data as part of the model. The nso_development docs for NSO 5.2 include caveats around the use of the create method for shared data. However, when using the model with the create method, it does create the Backpointers for each service instance under the shared data element when the instance is created, and correctly updates Refcounts when an instance is deleted.
Is the use of sharedCreate() still required for shared data structures in NSO 5.2, or is it only needed in prior versions of NSO?
Solved! Go to Solution.
12-19-2019 05:43 AM
Python maagic automatically uses shared create and has done that since a long time.
12-19-2019 05:43 AM
Python maagic automatically uses shared create and has done that since a long time.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide