kgomes / odss

Temporary repo to migrate google code issues for the ODSS project
0 stars 0 forks source link

Queue track requests and do not duplicate #107

Closed kgomes closed 9 years ago

kgomes commented 9 years ago

From kgo...@gmail.com on November 26, 2012 14:38:17

When track data is requested currently, it is on a timed interval. Until push gets working, these requests should only happen if there is not an outstanding one.

Original issue: http://code.google.com/p/mbari-dss/issues/detail?id=109

kgomes commented 9 years ago

From kgo...@gmail.com on January 21, 2014 10:42:32

I put a round robin type of update for the various tracks to resolve this issue and to prevent self-inflicted DOS attacks.

Status: Fixed