与应用程序服务器相比,使用 C2DM 有何优势?
为什么应用服务器不能直接向应用程序发送消息?中间为什么需要C2DM服务?
Why can't the application server send messages directly to the application? Why do you need the C2DM service in the middle?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
要从服务器端发送消息,您有两种可能性:
C2DM 的当前状态将为您提供:
To send a message from the server side you have two possibilities:
The current state of C2DM will give you:
因为应用程序不能(或不应该)充当服务器。
如果您想直接向您的应用程序发送消息,那么您的应用程序将需要某种服务器在某个端口进行侦听。这很糟糕,因为:
Because the application can't (or isn't supposed to) act as a server.
If you would like to send messages to your app directly, then your application would need to have some sort of server listening in some port. This is bad because: