[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Nameserver worlds and Internet namespace
In 7.2, we added some things to the system to help us build namespace
worlds.
All you need to do is set
NETI:*LOCAL-HOST-IS-DEFAULT-SECONDARY-NAMESPACE-SERVER* when building
your namespace worlds on a non-namespace server machine and use the
following code fragment to make sure all the namespaces are loaded. The
variable gets cleared during disk-save.
(if neti:*local-host-is-default-secondary-namespace-server*
1 ;; Not a real namespace server -- Simply reload everything.
0 (loop for namespace in namespaces do
(send namespace :compute-local-server-type)
(send namespace :set-unloaded "Building NameServer Worlds")
(send namespace :get-latest-timestamp)))