Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当使用 PHP 编写 Web 应用程序时, Amazon SNS是否是通知系统(如 Facebook 的网页通知)的理想解决方案?
理想情况下,我指的是价格方面的性能和可扩展性。
很可能不会——因为 SNS 消息不能作为 AJAX/Comet 请求发送到单个客户端。SNS(简单通知系统)主要面向服务器管理和网格处理系统。