[reSIProcate] asynchronous registration queries?
Hi,
In implementing a custom RegistrationPersistenceManager class, it looks the
database function calls are all required to be synchronous and expect a
query to be performed and returned immediately. Is there any interest in
making the database calls (from the RegistrationPersistenceManager
interface) asynchronous to allow other DUM processing without waiting for a
db query? Would there be any problems with doing this? I am thinking of
using the same technique as in ServerAuthManager::AsyncBool.
Thanks,
-Justin