My goal is to have a way of putting users into each parent type que and when it gets to a certain number of user it then go into a second parent que
hotspot users
20mb parent 2mb child = total 10 child
10mb parent 1mb child =total 10 child
5mb parent 512k child = total 10 child per parent .
after it fills up it puts child account into the next parent que .
so for example 20mb parent 20mb que #1 after the tenth login - it puts user into parent 20 mb que #2 and after the 10th of that parent que , they go into another parent que #3 - that one will have ten people .
is it possible to do this if so what and how can it be done ? hope i describe this correctly