Thanks again for your valuable insights... one question regarding Locks. Have you tried applying Read\Optimistic Lock during GETENTITYSET Method call... and later update that Lock to Exclusive Lock during Update Method call, this way only the first attempt of updating Optimistic lock to Write Lock will go thru... rest all will be failed... this could be used for Data Consistency, but yet SM12 limitations we have to keep in mind too.
Excellent teaching. Thanks for your help.
Glad it was helpful!
Thanks again for your valuable insights... one question regarding Locks. Have you tried applying Read\Optimistic Lock during GETENTITYSET Method call... and later update that Lock to Exclusive Lock during Update Method call, this way only the first attempt of updating Optimistic lock to Write Lock will go thru... rest all will be failed... this could be used for Data Consistency, but yet SM12 limitations we have to keep in mind too.