Algorithm 1 Application request aggregation procedure. |
INPUT: |
OUTPUT: updating-flag, new if updating-flag = 1 |
Initialize: updating-flag = 0, |
Repeat |
x = aggregation( |
if then |
; |
updating-flag = 1 |
return updating-flag; |
end if |
return updating-flag; |
UNTIL there is no new application request |