zb: ObjectServer now Send + Sync
We've had many users having trouble with use of ObjectServer
in their multi-threaded code (including myself) and then ending up trying strange work arounds and getting into some other issues. So lets make ObjectServer
Send and Sync.
Unfortunately this comes at the cost of Interface
now requiring Send + Sync
as well. However, I think the cost is worth the benefits.