[Opensim-users] question regarding assetcache file directory
Justin Clark-Casey
jjustincc at googlemail.com
Mon Dec 31 22:49:05 UTC 2012
All those folders apart from maptiles/ are used only the simulator. maptiles/ is used by a standalone or by ROBUST to
store jpegs uploaded by individual regions for later serving to LL viewer version 3 and related third party viewers.
I just added some more information about the OpenSimulator directory structure at [1].
I believe David is right about Presence. Unfortunately, the service interfaces don't expose the required calls so
you'll have to interrogate the database directly to get the information.
[1] http://opensimulator.org/wiki/Directory_Structure
[2] http://opensimulator.org/wiki/Presence
On 30/12/12 03:40, David Saunders wrote:
> Hey
>
> The only directory I have found information on moving to common directory is the floatsome asset cache.
>
> On the other part, The only way I can get a reliable on is online the grid is using the "Presence" database. I know
> the GridUsers database can give false hits for users online. Due to people crashing or a sim crashing on them. And this
> can stick in the database tell they logout properly.
>
> david
>
>
> On 12/26/2012 11:32 PM, Emperor Starfinder wrote:
>> Okay I am pretty sure I know my answer here but I want to be double sure
>> before I begin making the planned changes we are making.
>>
>> Do the assetcache, datasnapshot, j2kDecodeCache, maptiles, and scriptengine
>> folder directories that are created by opensimulator need to stay in the
>> same instance as the instances running the regions or do they go in the
>> respective folders that contain their respective instances(i.e. assetcache
>> goes in the folder that contains the instance running the grid's asset
>> server.)
>>
>> I am pretty sure the script engine folder and likely datasnapshot folder
>> directories stay in the folder containing the instance that runs each set of
>> regions.
>>
>> The second question I do have and I will include it here for time's sake is
>> this.
>>
>> When writing the code into a website to show the Users online stats which
>> database table and column or rwo should the users online be calling from.
>> i.e. currently the wiredredux 0.7 branch found on the forge points to
>> database table GridUsers and points to online. However in attempting to
>> point to this it does not work. Additionally when you go in to the source
>> code of the opensim grid user service file
>> (../OpenSim/services/UserAccountService.cs) it shows that when someone logs
>> onto the grid it places an entry of false for their online status. This
>> perhaps could be cleaned up to show a proper clean login and logout on the
>> grid side. i.e. if online have it set to true and then when logging out
>> have it set to false.
>>
>> I hope everyone has had a wonderful holiday and is ready for 2013.
>>
>> Emperor
>>
>
> _______________________________________________
> Opensim-users mailing list
> Opensim-users at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/opensim-users
>
--
Justin Clark-Casey (justincc)
OSVW Consulting
http://justincc.org
http://twitter.com/justincc
More information about the Opensim-users
mailing list