[Opensim-dev] [Resent] Proposal to move region specific parts of the "Estate" settings to the region datastore

Melanie melanie at t-data.com
Tue Jul 1 00:27:35 UTC 2008


Hi,

Charles Krinke wrote:
> One of the questions I would have is how we deal with the existing users of OpenSim. Some of these have standalone sims, some have sims on various grids. Of these sims, some use SQLite, some MySQL and some MSSQL.
> 
> I also get the impression that those that have currently changed their estate_settings.xml might have them reset to the default.
> 
> I wonder if you could comment on some of the issues that existing users might face so that we can strive to avoid support issues.
> 
> Charles


That was already covered in Mantis, but I repeat for completeness' sake.

The defaults are taken com estate_settings.xml. That file, if it 
exists, is always the base to which the settings get initialized. If 
it doesn't exist, the settings are initialized to sane hardcoded 
default.

Then, it tries to read a database record. If it is found, it will 
override the defaults gathered in the previous step.

If the settings are changed, the database is updated. If there is no 
database, then this update will not happen, and estate_settings.xml 
will again be read at the next start.

Standalone will be handled the same as grid mode, it uses the same 
datastore. I will supply MySQL (already done), SQLite and Null modules.

We don't officially support MSSQL, so interested parties will have 
to do that implementation. MSSQL will be treated like Null, e.g. 
read estate_settings.xml on each start, until they do.

Melanie



More information about the Opensim-dev mailing list