Currently, ObjectStore methods are not threadsafe.
In order to allow building a multi-threaded server, we need to make them safe for multiple threads at once.
Since the spcification only calls for singular operations at the moment, this is an issue for a later time, however.
Currently,
ObjectStore
methods are not threadsafe. In order to allow building a multi-threaded server, we need to make them safe for multiple threads at once.Since the spcification only calls for singular operations at the moment, this is an issue for a later time, however.