T
Thomas Gasser
Hello,
i have defined a dataset in the HttpApplicatonState, which is
generated on startup (only the schema) the filling of the dataset
happens on demand (on first time the spezified data is requested). so
the data writes have to be synchronized, how is this done?
Other requirements of the global DataSet:
I have to implement a GarbageCollector, which removes infrequently
accessed data, older then x hours or x days ... something like this.
The Data in Database can also changed by other applications, this data
has to be synchronized with the global dataset ... sounds complicated
....
i have looked around, but i found no solution/answers for my problems
....
any ideas how to synchronize datawrites and enforce threadsafety for
the dataset...
thank you and best regards!
Thomas Gasser
i have defined a dataset in the HttpApplicatonState, which is
generated on startup (only the schema) the filling of the dataset
happens on demand (on first time the spezified data is requested). so
the data writes have to be synchronized, how is this done?
Other requirements of the global DataSet:
I have to implement a GarbageCollector, which removes infrequently
accessed data, older then x hours or x days ... something like this.
The Data in Database can also changed by other applications, this data
has to be synchronized with the global dataset ... sounds complicated
....
i have looked around, but i found no solution/answers for my problems
....
any ideas how to synchronize datawrites and enforce threadsafety for
the dataset...
thank you and best regards!
Thomas Gasser