php-zookeeper-recipes:用 PHP 实现的 Zookeeper 食谱

时间:2024-07-28 17:24:09
【文件属性】:

文件名称:php-zookeeper-recipes:用 PHP 实现的 Zookeeper 食谱

文件大小:13KB

文件格式:ZIP

更新时间:2024-07-28 17:24:09

PHP

php-zookeeper-recipes 在 PHP 中实现的,使用 。 目前(2012 年第 4 季度),我只计划同步实施几个配方。 欢迎补丁。 以下是迄今为止已实施的内容: 排他锁( ZR_Xlock类) 共享锁(类ZR_Slock ) 用法 使用ZR_Xlock创建排他锁。 代码 require_once dirname (__FILE__). '/include/ZR_lib.php' ; /** * ZR_HOSTLIST expects a comma delimited list of Zookeeper * hosts and ports. If not otherwise defined, the value below is used. */ define ( "ZR_HOSTLIST" , "127.0.0.1:2181" ); /** * C


【文件预览】:
php-zookeeper-recipes-master
----.gitignore(20B)
----phpunit()
--------ZR_Slock_Test.php(6KB)
--------ZR_Xlock_Test.php(3KB)
--------config.sample.php(105B)
----README.md(2KB)
----include()
--------classes()
--------ZR_lib.php(1KB)

网友评论