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

PHP read content memory issue
高洛峰
高洛峰 2017-05-31 10:33:19
0
2
790

PHP reading content memory problem
A PHP file, the content is probably a json (exported from the database, to avoid frequent access to the database) array format, the content size of this file is 200K, and the memory of the server is 1G If so, then when 6 users simultaneously access the file
require_once("json.php");.........json_decode other codes
, will the memory become jammed?

高洛峰
高洛峰

擁有18年軟件開發(fā)和IT教學(xué)經(jīng)驗(yàn)。曾任多家上市公司技術(shù)總監(jiān)、架構(gòu)師、項(xiàng)目經(jīng)理、高級(jí)軟件工程師等職務(wù)。 網(wǎng)絡(luò)人氣名人講師,...

reply all(2)
習(xí)慣沉默

How to calculate? 6 * 200 k = 1.2 M, which is just a little bit of memory.

為情所困

require_once() loading, if the file has already been loaded, it will not be loaded in subsequent requests.

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