aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Asset/AssetServiceConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Just trying a few things. This one will reduce the number of async calls.Diva Canto2009-10-041-1/+2
|
* Add "dump asset" command to remote asset connector (the only one that uses aMelanie2009-10-011-0/+44
| | | | cache at all)
* Fixes seven leaky .BeginInvoke() callsJohn Hurliman2009-09-031-1/+1
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* Slashing trailing slashes.diva2009-05-301-1/+1
| | | | | | https://lists.berlios.de/pipermail/opensim-dev/2009-May/006673.html
* Making the delegate handlers async in async Get, to make things consistent. ↵diva2009-05-291-1/+1
| | | | 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.
* Catching exceptions on Store, including timeout. Store may fail, for ↵diva2009-05-261-2/+10
| | | | | | | | whatever reason, but it won't crash the sim. Addresses mantis #3707, mantis #3713, mantis #3686.
* Move the connectors under services for reasons of application logic. RemoveMelanie Thielker2009-05-181-0/+260
the user server skeleton in preparation for introducing a generic server