aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* change threading on GetTexture and getMesh and WebFetch Modules.UbitUmarov2015-11-271-16/+14
|
* change threading on GetTexture and GetMesh NonSharable region modulesUbitUmarov2015-11-271-17/+22
|
* seems to compile ( tests comented out)UbitUmarov2015-09-021-45/+5
|
* bad merge?UbitUmarov2015-09-011-0/+410
|\
| * turn off KeepAliveUbitUmarov2015-08-241-2/+2
| |
| * do keepalive on mesh and texture GET. Dont use reusecontext any where.UbitUmarov2015-08-181-2/+2
| | | | | | | | | | | | setting of keepalive is wrong, it should follow the requested one ( or always as http1.1) only deny if needed (errors). KeepAlive may increase stress on number of avaiable file descritors.
| * make use of it in GetMeshModule, and meshs are Assets not Task itens,UbitUmarov2014-08-291-43/+4
| | | | | | | | reduce MeshModule impact on udp rate
| * Merge branch 'master' into careminsterMelanie2013-07-241-3/+3
| |\ | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs OpenSim/Region/CoreModules/Framework/Caps/CapabilitiesModule.cs OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs
| * | try to patch getmesh Throttle (test)UbitUmarov2013-01-131-2/+8
| | |
| * | Prevent a failed user relogi from throwing exceptions in poll servicesMelanie2012-12-141-1/+1
| | |
| * | Merge branch 'avination' into careminsterMelanie2012-11-221-7/+35
| |\ \
| | * | * While this is not producing any problems.. and does help in low bandwidth ↵teravus2012-11-221-7/+35
| | | | | | | | | | | | | | | | situations I can't demonstrate that it's better then just letting the client request what it needs in terms of responsiveness of the mesh in the scene yet.
| * | | Merge branch 'avination' into careminsterMelanie2012-11-201-18/+72
| |\ \ \ | | |/ /
| | * | * Plumbing and basic setting of the GetMesh Cap Throttler.teravus2012-11-171-18/+72
| | | | | | | | | | | | | | | | * Last step is to flip the throttle distribution.
| * | | Merge commit '619c39e5144f15aca129d6d999bcc5c34133ee64' into careminsterMelanie2012-11-201-12/+348
| |\ \ \ | | |/ / | | | / | | |/ | |/| Conflicts: OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs
| | * * Prep work switching the GetMeshModule over to a poll service.teravus2012-11-091-13/+349
| | | | | | | | | | | | * This still has the image throttler in it.. as is... so it's not suitable for live yet.... The throttler keeps track of the task throttle but doesn't balance the UDP throttle yet.
* | | revised GetMesh to not use intermediate base64 coding schemeFreaky Tech2015-03-051-14/+45
| | | | | | | | | | | | | | | | | | | | | it delivers binary and has binary as input. base64 intermediate coding makes no sense. Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
* | | Allow GetMesh capability to be served directly by a server like GetTextureJustin Clark-Casey (justincc)2014-11-251-18/+15
|/ / | | | | | | | | To do this required GetMesh to be converted to a BaseStreamHandler Unlike GetTexture connector, no redirect URL functionality yet (this wasn't present in the first place).
* | Cleanup on region modules: gave short node id's to all of them.Diva Canto2012-11-121-1/+1
| |
* | Remove any mention of IRegionModule from region names and comments to aidMelanie2012-11-121-1/+1
|/ | | | grepping for remaining uses
* Implement optional name and description on http stream handlers so that we ↵Justin Clark-Casey (justincc)2012-05-031-5/+7
| | | | | | can relate a slow request to what the handler actually does and the agent it serves, if applicable. This is most useful for capabilities where the url is not self-describing.
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2011-08-161-3/+3
|
* comment out some of the currently less useful debug log messagesJustin Clark-Casey (justincc)2011-08-111-2/+2
|
* Test m_Enabled on RemoveRegion.Diva Canto2011-05-041-0/+3
|
* Refactored the GetMesh module into a handler and a module, to be the same as ↵Diva Canto2011-05-021-113/+38
| | | | GetTexture.
* Nope, that didn't feel right. Moving all those modules to Linden space.Diva Canto2011-04-301-0/+211