View Single Post
05-27-11, 12:47 PM   #8
Myke916
A Deviate Faerie Dragon
 
Myke916's Avatar
AddOn Author - Click to view addons
Join Date: May 2011
Posts: 18
Originally Posted by Ailae View Post
A queue is also an established data structure in programming, so perhaps this Wikipedia article can be helpful.

http://en.wikipedia.org/wiki/Queue_%28data_structure%29
informational...

kinda like this one, its kinda handy...
http://en.wikipedia.org/wiki/Priority_queue

thus i can add a priority to the queue, such as, GuildMaster=0, Officer=1, Verteran=2, Member=3 ...etc

higher priority = faster response time in processing.. thus lower number being higher in this case..
  Reply With Quote