Home >Backend Development >PHP Tutorial >How to read the mobile cache in PHP

How to read the mobile cache in PHP

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-08-27 09:06:521546browse

Single-user Android mobile terminal 5S submits data once and PC terminal 5S updates data once
Considering that in the later multi-user situation, there will be more data and the pressure on the database will be greater
One solution I thought of is to create a cache when the Android mobile terminal submits data
So how does the PC side read and identify which user submitted the cache and read it into the web page

Reply content:

Single-user Android mobile terminal 5S submits data once and PC terminal 5S updates data once
Considering that in the later multi-user situation, there will be more data and the pressure on the database will be greater
One solution I thought of is to create a cache when the Android mobile terminal submits data
So how does the PC side read and identify which user submitted the cache and read it into the web page

The mobile terminal can consider websocket instead of polling

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn