KVStore - thread safty and reuse
919916Feb 24 2012 — edited Feb 24 2012Hi,
I searched a while but can't find any relevant information for the following two questions:
1. Is it necessary to hold on to KVStore instance and reuse it when possible or is it efficient enough just call KVStoreFactory.getStore(kconfig) every time to get the store?
2. Can the KVStore instance be used by multiple thread?
Thanks in advance!