cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Make update properties thread safe/ Atomic updates of properties in ThingWorx

Make update properties thread safe/ Atomic updates of properties in ThingWorx

Jira: TW-72861 

 

Very high frequency of a property update( IE: bit, turns 0 from 1 and to 1 from 0), makes another attributes update (counter) not aligned with the number of updates of the attribute "counter"

The update of the attribute is not atomic, please implement this feature in ThingWorx.

2 Comments
StefanBode
10-Marble

I had a similar problem and in detail discussion with R&D. This is nothing you can easily implement. Also with the 9.0 Active-Active clustering race conditions on properties coming from several connection servers are more or less not solvable.  This is very similar to high scaleable databases like Cassandra. You only get this scale option if you are willing to decline your integrity requirements. If your requirements are in order execution multithreading and multi instances are a no-go. 

olivierlp
Community Manager
Status changed to: No Plans to Implement