aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/RegionInfoCache.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-68/+897
|
* This should smooth movement in heteregeneous networks by a lot: cache the ↵Diva Canto2012-02-181-1/+33
| | | | region by position instead of looking it up all the time -- this was being done during the main update loop!
* Added an expiring cache for region information to theMic Bowman2011-06-151-0/+137
RemoteGridService connector. Timeout is currently set at five minutes. Negative results are not cached. The result is that operations like send an instant message do not have to go through the grid service every time.