Perhaps I'm misunderstanding you, Diva, but doesn't the Hypergrid grid service (using HypergridLinker) In OpenSim.ini.example load its own AssetService copy to service the home grid's map tiles? The AssetService then makes its database connections. The issue here is that ssm2017 wants to use SRAS as the asset service so this isn't possible.

However, it struck me that OSGrid must already be doing this in their Robust configuration as they use SRAS and allow Hypergrid. Perhaps Nebadon could comment or you might ask on the osgrid technical forums?

On 28/01/13 11:40, Diva Canto wrote:
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
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users




_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users



--
Justin Clark-Casey (justincc)
OSVW Consulting
http://justincc.org
http://twitter.com/justincc
_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users

Reply via email to