aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-21Do some simple queue empty checks in the main outgoing udp loop instead of al...Justin Clark-Casey (justincc)5-22/+92
2013-07-18BulletSim: add position resetting for stationary avatars so they don'tRobert Adams2-5/+20
2013-07-18Changed the timoeut of EQ 502s (no events) to 50 secs. The viewer post reques...Diva Canto1-2/+9
2013-07-18try Hacking in an AutoResetEvent to control the outgoing UDP loop instead of ...Justin Clark-Casey (justincc)2-2/+28
2013-07-18Reverting the reverts I did yesterday. cpu-branch has now beenDiva Canto1-3/+5
2013-07-18Added MinPoolThreads to ini [Startup] section to control SmartThreadPool.Dan Lake1-1/+3
2013-07-17Revert "Cleared up much confusion in PollServiceRequestManager. Here's the hi...Diva Canto1-5/+3
2013-07-17command line kick user now uses exact name match instead of substring search ...Dan Lake1-2/+3
2013-07-17Cleared up much confusion in PollServiceRequestManager. Here's the history:Diva Canto1-3/+5
2013-07-17BulletSim: fix small bug where everything looked like it was collidingRobert Adams2-6/+10
2013-07-16Removed the MapItems thread. Redirected the map items requests to the service...Diva Canto2-9/+45
2013-07-16Improvements to the ServiceThrottleModule: added a category and an itemid to ...Diva Canto3-11/+36
2013-07-16UserManagementModule: in the continuation, call the method that also looks up...Diva Canto1-2/+2
2013-07-16Added config var to fiddle with the Interval for the service throttle threadDiva Canto1-1/+4
2013-07-16Attachments module only registers when enabled. This enables alternative atta...Dan Lake3-6/+12
2013-07-16Deleted a couple of verbose messagesDiva Canto2-4/+2
2013-07-16Added IServiceThrottleModule.csDiva Canto1-0/+11
2013-07-16Changed the name to ServiceThrottle/ServiceThrottleModule in order to reflect...Diva Canto1-0/+0
2013-07-16Eliminated the UserManagement/UserManagementModule throttle thread. Made the ...Diva Canto2-189/+148
2013-07-16In the pursuit of using less CPU: now trying to avoid blocking queues altoget...Diva Canto2-15/+120
2013-07-16Actually use DoubleQueue in UserManagement/UserManagementModuleDiva Canto1-1/+1
2013-07-16High CPU hunt: try a different blocking queue, DoubleQueueDiva Canto2-1/+3
2013-07-16revert last commit which seems to conflict with DoubleQueue internals. The ra...dahlia1-10/+5
2013-07-16add locking to internal queue in WebFetchInvDescModule; lack of which caused ...dahlia1-5/+10
2013-07-16Simplify EventQueue cap setup so that it is also stat monitored.Justin Clark-Casey (justincc)1-45/+29
2013-07-15Add request received/handling stats for caps which are served by http poll ha...Justin Clark-Casey (justincc)5-69/+110
2013-07-15Revert "Puts RequestImage (UDP) back to asyn -- CPU spike hunt"Diva Canto1-1/+1
2013-07-15Guard against null refDiva Canto1-1/+2
2013-07-15Puts RequestImage (UDP) back to asyn -- CPU spike huntDiva Canto1-1/+1
2013-07-15Revert the revertDiva Canto1-0/+2
2013-07-15Protect against null requestsDiva Canto2-12/+16
2013-07-15Trying to hunt the CPU spikes recently experienced.Diva Canto1-2/+0
2013-07-14Cleanup old hg sessions (older than 2 days)Diva Canto1-2/+5
2013-07-14Let's go easy on authenticating ChildAgentUpdates, otherwise this will be cha...Diva Canto1-7/+5
2013-07-14Fix broken tests -- the test setup was wrong... sigh.Diva Canto1-0/+1
2013-07-14Authenticate ChildAgentUpdate too.Diva Canto2-16/+29
2013-07-14Change the auth token to be the user's sessionid.Diva Canto3-6/+6
2013-07-13And this fixes the other failing tests. Justin, the thread pool is not being ...Diva Canto1-2/+0
2013-07-13This should fix the failing test.Diva Canto1-2/+1
2013-07-13Deleted a line too manyDiva Canto1-0/+3
2013-07-13Guard against unauthorized agent deletes.Diva Canto6-22/+42
2013-07-13Deleted GET agent all around. Not used.Diva Canto2-38/+0
2013-07-13Some more debug to see how many threads are available.Diva Canto1-0/+2
2013-07-13That didn't fix the problem.Diva Canto2-27/+38
2013-07-13Trying to reduce CPU usage on logins and TPs: trying radical elimination of a...Diva Canto2-38/+27
2013-07-13This commit effectively reverses the previous one, but it's just to log that ...Diva Canto1-4/+4
2013-07-13Same issue as previous commit.Diva Canto1-3/+4
2013-07-13Moved SendInitialDataToMe to earlier in CompleteMovement. Moved TriggerOnMake...Diva Canto2-6/+15
2013-07-13Reinsert PhysicsActor variable back into SOP.SubscribeForCollisionEvents() in...Justin Clark-Casey (justincc)1-8/+12
2013-07-13In co-op termination, extend EventWaitHandle to give this an indefinite lifet...Justin Clark-Casey (justincc)1-2/+21