[Opensim-users] robust with distant services
Diva Canto
diva at metaverseink.com
Mon Jan 28 11:40:20 UTC 2013
Loading most of the services as configured will work. The only exception
is the UserAgentsService. It is an exception because it manages
information that doesn't offload to the DB, it keeps it in memory.
Therefore, anyone who interacts with the UAS needs to interact with
exactly 1 and the same UAS instance. If you're splitting things,
wherever there is the UAS dll, that should be replaced by the
corresponding connector.
On 1/28/2013 2:13 AM, Justin Clark-Casey wrote:
> The problem is that the default configuration of the OpenSimulator
> Hypergrid grid (linker) service effectively loads its own AssetService
> instance from OpenSim.Services.AssetService.dll. This then talks
> directly to the database.
>
> What one would want to do is load an AssetServicesConnector from
> OpenSim.Services.Connectors instead - the same code that an
> OpenSimulator instance uses to talk to remote ROBUST/SRAS services in
> grid mode. Possibly this could be done with
>
> [GridService]
> AssetService = "OpenSim.Services.Connectors.dll:AssetServicesConnector"
>
> with
>
> [AssetService]
> AssetServerURI = "http://localhost:8003" // replace this with the sras
> asset service address
>
> but this is off the top of my head so I'm not sure if it will work.
>
> On 27/01/13 14:09, ssm2017 wrote:
>> hello
>> is there someone that can help me or show me an example on how to
>> configure robust to use a distant asset server instead
>> of a local service ?
>>
>> as Justin told me one day, robust needs to speak to the asset server
>> to store and retrieve region maps.
>> i dont know what to say to robust.hg.ini
>> here :
>> https://github.com/opensim/opensim/blob/master/bin/Robust.HG.ini.example#L110
>>
>> and there :
>> https://github.com/opensim/opensim/blob/master/bin/Robust.HG.ini.example#L514
>>
>>
>> my goal is to use sras as an asset server.
>>
>>
>> _______________________________________________
>> Opensim-users mailing list
>> Opensim-users at lists.berlios.de
>> https://lists.berlios.de/mailman/listinfo/opensim-users
>>
>
>
More information about the Opensim-users
mailing list