google app engine - Channel API overkill? -


hi using channel api project. client signage player receives data app engine server when user changes media content. appengine sends data client ones or twice day. think channel api on kill this? other alternatives?

overall, i'd think not. how many clients connected?

per https://cloud.google.com/appengine/docs/quotas?hl=en#channel free quota 200 channel-hours/day, if have no more 8 clients connected you'll within free quota -- no "overkill".

even beyond that, per https://cloud.google.com/appengine/pricing , there's "no additional charge" beyond computational resources keeping channel open entails -- don't have exact numbers don't think resources "overkill" compared alternatives such reasonably frequent polling clients.


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -