Re: [opensource-dev] Question about speed of name cache query

2011-10-26 Thread Oz Linden (Scott Lawrence)
On 2011-10-25 9:23, Jonathan Welch wrote: > For my solution to Storm-1653 (Group notices sent by muted residents > are still displayed) I have to call gCacheName->buildLegacyName to get > the AgentID associated with a legacy name. > > It looks like this code may operate asynchronously if there is a

Re: [opensource-dev] Question about speed of name cache query

2011-10-25 Thread Francesco "Sythos" Rabbi
Il giorno 25/ott/2011, alle ore 16:00, Lance Corrimal < lance.corri...@eregion.de> ha scritto: All I know about name caching is this: clear your cache the hard way, by removing everything in the cache folder, then open the info tab of a group with a really high number of members, and your framera

Re: [opensource-dev] Question about speed of name cache query

2011-10-25 Thread Lance Corrimal
All I know about name caching is this: clear your cache the hard way, by removing everything in the cache folder, then open the info tab of a group with a really high number of members, and your framerate will go to hell until all display names have been fetched. Am Dienstag 25 Oktober 2011 s

[opensource-dev] Question about speed of name cache query

2011-10-25 Thread Jonathan Welch
For my solution to Storm-1653 (Group notices sent by muted residents are still displayed) I have to call gCacheName->buildLegacyName to get the AgentID associated with a legacy name. It looks like this code may operate asynchronously if there is a cache miss. In my testing I was always able to ge