Very early first implementation of grid based assets.

Run this on a major grid, and weep
This commit is contained in:
Tleiades Hax
2007-10-26 11:46:27 +00:00
parent acde4910b4
commit 5e7dba7268
12 changed files with 643 additions and 129 deletions

View File

@@ -301,6 +301,10 @@ namespace OpenSim
{
assetServer = new LocalAssetServer();
}
else if (m_assetStorage == "grid")
{
assetServer = new GridAssetClient(m_networkServersInfo.AssetURL);
}
else
{
SQLAssetServer sqlAssetServer = new SQLAssetServer(standaloneAssetPlugin);