Реализация демона асинхронной очереди на базе 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();
?>
-
Notifications
You must be signed in to change notification settings - Fork 0
x-soft-ua/xmq
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published