Home > Backend Development > PHP Tutorial > PHP 哪些场景适合使用内存共享?

PHP 哪些场景适合使用内存共享?

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-06 20:44:32
Original
1110 people have browsed it

日常中用得不多,我唯一使用的场景就是前端页面循环执行ajax请求一个地址,但是在请求的时候需要拿到上次的数据业务处理之后的数据(但是不想存储到数据库)。

不知道大家有哪些高大上的应用场景呢?

或者说下PHP共享内存与我们使用memcache或者redis扩展的优势在哪。

回复内容:

日常中用得不多,我唯一使用的场景就是前端页面循环执行ajax请求一个地址,但是在请求的时候需要拿到上次的数据业务处理之后的数据(但是不想存储到数据库)。

不知道大家有哪些高大上的应用场景呢?

或者说下PHP共享内存与我们使用memcache或者redis扩展的优势在哪。

PHP共享内存可以在单台服务器上进行进程间的数据通信和共享,但不能跨服务器,memcache和redis可专门独立部署做为内存服务器

Related labels:
php
source:php.cn
Statement of this Website
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
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template