Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Handling MultiThreading issues
Robert_Davies_(unlondonadmin_-_(deleted))
Hi.I have an object that can be used by a request handler during the execution of a request. Am I right in thinking that if two handlers happen to call the same method in the object at the same time, then any data members of that object are at risk of being corrupted?Is the correct approach to have the handler do something likeObject tab = OS.NewTemp( theObject )and use the new object instead. Destroying it before the handler completes?What other support for handling threading issues is available? Do OpenText have any guidelines they issue to their own developers about how to handle this in OScript?Best regards/matt.
Find more posts tagged with
Comments
There are no comments yet