PHP Classes

File: docs/book/kernel-ipc.md

Recommend this page to a friend!
  Classes of Artur Graniszewski   ZEUS for PHP   docs/book/kernel-ipc.md   Download  
File: docs/book/kernel-ipc.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: ZEUS for PHP
Manage the execution of multiple parallel tasks
Author: By
Last change:
Date: 6 years ago
Size: 687 bytes
 

Contents

Class file image Download

Introduction

ZEUS comes equipped with the Inter Process Communication Service which enables multiple processes to communicate with one another and share their data.

IPC adapters

The _IPC Server_ is shipped with four different IPC implementations (FIFO, APCu Shared Memory, SystemV, Socket) that can be enabled in ZEUS configuration depending on the operating system in use, or a developer preference.

By default, ZEUS is configured to use Named Pipes (FIFO) mechanism to communicate with its processes.

_If selected IPC implementation is not yet supported or is ineffective on a given platform, plugging a different IPC adapter or writing a new one may be necessary._