Gmail系统如何更快地收到邮件?
Gmail 是如何工作的? gmail 是否使用套接字进行即时重播或新邮件的 ping/echo 或在间隔时间内发出请求。
how does gmail work?
does gmail uses sockets for instant replay or ping/echo for new mails or make requests in interval time.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为它是通过 JavaScript 和(也许,我不知道)Java 后端的通过推送的观察者模式。
当服务器发生变化时,推送通知到视图并出现新邮件。
问候。
I think that it´s with the Observer Pattern via push with JavaScript and (maybe, I don´t know) Java Backend.
When there is a change in the server, the push notify to the view and the new mail appears.
Regards.