I am developing an application (on GAE) that needs a countdown timer and notifies the client side when the timer reaches zero.
To notify the client side i'm using GAE Channel API .
any ideas? (Considering GAE limitations. not using Thread or Timer from Java API).