Yeesh. 
  
 I'm shuffling around trying to figure out how the new config system is going
to work, and I'm stuck with a bit of a catch-22. 
  
 There are some configuration items which need to be determined before we
can open the databases, but we want to use the databases to store configuration
items.  Somehow I don't think that's going to work.   :) 
  
 My current thinking is that we'll keep citadel.config, but we'll make it
a text file with config strings in it.  While the server is running, a copy
of the config will be in memory as a hash table so we keep the speed we need.

 

Reply via email to