addon-throttle

Latest

  • Blizzard to begin throttling GearScore-like inspect requests

    by 
    Matthew Rossi
    Matthew Rossi
    06.25.2010

    It's no secret that some addons, like GearScore, generate a numerical value for the gear of a player or players by inspecting their gear. Other addons also do inspect requests for other reasons. However, as of patch 3.3.5 it appears that the functionality of addons that automate inspect requests will be limited via server-side implementation during rolling restarts. Nethaera Quote: According to WoWAce, Blizz is going to start throttling inspection requests, thus limiting addons like Gearscore's ability to generate on-the-fly GS of a player's equipment. It's important to understand that the throttling that is being done isn't intended to break any functionality of add-ons, but merely to control the amount of queries that are being sent to the server at any given time. (Thus throttling the queries.) The queries will still occur, it just won't happen as quickly as they currently seem to. You can read the statements that WoW Ace and WoW Interface have up for a bit more information on these changes. We wanted to give mod authors a heads-up prior to making the change so that they could make any adjustments they needed to on their mods. http://wowinterface.com/forums/showthread.php?t=33432 http://www.wowace.com/announcements/blizzard-to-start-throttling-inspect-requests/ source Basically, the idea as presented is not to prevent addons from inspecting players but rather to prevent them from doing so as often as they currently do, reducing server lag by reducing the amount of inspect requests addons can flood them with. It's important to note that this is being implemented via rolling restarts; as a result addons that you have that currently make use of automated inspect requests might not function properly. Since this isn't aimed at crippling addons that use the inspect feature, it's likely most or all of them will be able to weather the change.