Improved startup time (of server, of threads) by using nsv_dict when available
During definition of attributes, the xo-db inteface checks w…
Show more
Improved startup time (of server, of threads) by using nsv_dict when availableDuring definition of attributes, the xo-db inteface checks whetherthe db attributes managed by xotcl are in sync with the actual database.This was done so far by a couple of small database query. When nsv_dictis available, it can be used for quickly checking those values.
Show less