aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectors/Asset/LocalAssetServiceConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Making the delegate handlers async in async Get, to make things consistent. ↵diva2009-05-291-2/+2
| | | | Them being synchronous in certain cases (asset in cache, for example) may account for slowness reported by folks in osgrid when they have the cache module on. Turns out that some of the provided handlers do non-trivial processing (the ones coming from J2KImage, for example), which means that the several asset requests that hit the cache end up being synchronous. The jury is still out on this.
* Cleaning up a few HG things. HG Posts may now work in grids, but if the home ↵diva2009-05-221-11/+24
| | | | grid is a standalone, this still doesn't work -- something wrong with RegionAssetService's DB connection.
* Refactor: Change "Servers" to "Server", since the can only be one. BreakMelanie Thielker2009-05-181-1/+1
| | | | | | the handlers out of the asset server context into a generic scope.
* Renaming [ServiceConnectors] back to [Modules].diva2009-05-171-1/+1
|
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵diva2009-05-151-1/+1
| | | | | | | | | | | | -- please see the example. Affects region servers only. This may break a lot of things, but it needs to go in. It was tested in standalone and the UCI grid, but it needs a lot more testing. Known problems: * HG asset transfers are borked for now * missing texture is missing * 3 unit tests commented out for now
* Honor the temp and local asset flagsMelanie Thielker2009-05-141-0/+2
|
* Changes to the new user system to add the modularity developed for the assetMelanie Thielker2009-05-111-1/+1
| | | | | | system
* Plumb the HG asset broker. More naming changes to clarify things. Lots moreMelanie Thielker2009-05-111-2/+2
| | | | | | config options.
* Connect up the new asset cache and introduce an asynchronous call pathMelanie Thielker2009-05-101-14/+106
| | | | | | for asset retrieval (full asset only) to ease migration to the new system
* Add some asset cache plumbing. Change the generic cache from UUID to stringMelanie Thielker2009-05-101-0/+23
| | | | | | keys to allow caching the new crop of URI identified objects.
* Plumb the remote asset hookup, all but the actual requestsMelanie Thielker2009-05-091-4/+0
|
* Add the asset service connectors and sample config. READ WARNINGS!!!Melanie Thielker2009-05-091-0/+122