On Fri, Jul 7, 2017 at 10:04 AM, Martijn van Duren
<p...@list.imperialat.at> wrote:
> My use case is to set up a cluster of processes each with their own task
> and permission sets. These processes need to be able to communicate with
> each other over socket pairs, not just between the parent and the child,
> but also between children.
>
Sounds like you're describing unix domain sockets (or NamedPipes if
you're on Windows).

-Sara

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to