8000 GitHub - x-soft-ua/xmq
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

x-soft-ua/xmq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

xmq

Реализация демона асинхронной очереди на базе nginx+lua + PHP класс-коннектор

Пример использования:


include_once 'c8httplib.class.php';
include_once 'c8xmq.class.php';


$xmq = new C8XMQLib();

$xmq->set_xmq_type('unix');
$xmq->set_xmq_connection_timeout(10);
$xmq->add_message('/send/?dst=dst.host.com/agrregate.php', '{msg:[1,2,3]}');
$xmq->run();
?>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0