在我的項目I need to push some data from server to the client
就像facebook
一樣,當some updates are performed in the clients profile
像有人在客戶牆上寫東西時,Facebook會自動將其推送到客戶端。PHP:將數據從服務器推送到客戶端的最佳方法.....?
當前I am using AJAX
連續check the DB for the updates
。那是not a good practice
。
我不想依靠客戶端進行更新。我希望server should automatically push the data to the client side
在執行與客戶端相關的一些更新時。
請推薦一些網址或代碼示例這樣做......
在此先感謝.....
您正在尋找[推送技術](http://en.wikipedia.org/wiki/Push_technology)。有許多實現,請檢查對您有用的東西。 – Khez 2011-04-22 08:34:32