国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

When a user places an order, how can PHP provide real-time reminders in the background?
怪我咯
怪我咯 2017-07-03 11:40:53
0
3
1561

Ajax polling obviously won't work, which will put a lot of pressure on the server, so I would like to ask if there is a better method that can run normally in a big data environment

怪我咯
怪我咯

走同樣的路,發(fā)現(xiàn)不同的人生

reply all(3)
劉奇

You can use node to create a message push service based on socket.io.

劉奇

Use Server Push, such as websocket.

For PHP, it can be combined with other languages, or it can be implemented using Workerman or Swoole.

Peter_Zhu

Websocket is pushed directly to the client

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template