文件名称:phplock
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:5.74kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
PHP在多进程模式下(并发的web访问)由于没有内置的锁支持,在处理一些资源的之后,很容易出现并发性问题。
在web开发中我们经常对我们的数据库耗时操作做缓存,但是可能出现一个陷阱,在缓存失效的一瞬间,大量的访问得到缓存失效的标示,都去后端查询数据库,导致
同时大量的数据库耗时查询,出现数据库宕机等问题。此问题隐藏深,不容易查找。本项目主要用于解决php的进程间锁问题。-PHP in the multi-process mode (concurrent web access) because there is no built-in lock support, after dealing with some resources, it is easy concurrency problems.
In web development in our database, we often time-consuming operation to do caching, but it may be a trap, the moment of failure in the cache, a large number of access cache invalidation notices, go to the back-end to query the database, resulting in
At the same time a large number of database time-consuming queries, database downtime and other problems. This problem is hidden deep, not easy to find. This project is mainly used to solve the php process lock problem....
在web开发中我们经常对我们的数据库耗时操作做缓存,但是可能出现一个陷阱,在缓存失效的一瞬间,大量的访问得到缓存失效的标示,都去后端查询数据库,导致
同时大量的数据库耗时查询,出现数据库宕机等问题。此问题隐藏深,不容易查找。本项目主要用于解决php的进程间锁问题。-PHP in the multi-process mode (concurrent web access) because there is no built-in lock support, after dealing with some resources, it is easy concurrency problems.
In web development in our database, we often time-consuming operation to do caching, but it may be a trap, the moment of failure in the cache, a large number of access cache invalidation notices, go to the back-end to query the database, resulting in
At the same time a large number of database time-consuming queries, database downtime and other problems. This problem is hidden deep, not easy to find. This project is mainly used to solve the php process lock problem....
(系统自动生成,下载前可以参看下载内容)
下载文件列表
phplock/class.phplock.php
phplock/lock/54.txt
phplock/lock/89.txt
phplock/run.sh
phplock/runtestlock.bat
phplock/runtestlock.sh
phplock/runtestunlock.bat
phplock/runtestunlock.sh
phplock/test.php
phplock/testlock.php
phplock/testlockfile
phplock/TestPHPLock.class
phplock/testunlock.php
phplock/testunlockfile
phplock/lock
phplock
phplock/lock/54.txt
phplock/lock/89.txt
phplock/run.sh
phplock/runtestlock.bat
phplock/runtestlock.sh
phplock/runtestunlock.bat
phplock/runtestunlock.sh
phplock/test.php
phplock/testlock.php
phplock/testlockfile
phplock/TestPHPLock.class
phplock/testunlock.php
phplock/testunlockfile
phplock/lock
phplock
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.