OpenSimMirror/OpenSim/Region/ClientStack
Justin Clark-Casey (justincc) b242ceda1e In AvatarFactoryModule.SetApperance(), perform ValidateBakedTextureCache() in the same thread rather than on another one.
The caller is already an async thread from LLClientView so this doesn't hold up the client.
However, launching on a separate thread does remove the effect of m_setAppearanceLock
This was potentially allowing two different SetAppearance threads to interfere with each other, though this probably rarely happens, if at all.
2011-12-13 20:42:39 +00:00
..
Linden In AvatarFactoryModule.SetApperance(), perform ValidateBakedTextureCache() in the same thread rather than on another one. 2011-12-13 20:42:39 +00:00
ClientStackManager.cs Formatting cleanup. 2009-10-01 01:17:47 +09:00
IClientNetworkServer.cs Beginning work on the new LLUDP implementation 2009-10-05 17:38:14 -07:00
RegionApplicationBase.cs Adding ssl support 2011-05-05 19:56:54 -04:00