• Marek Vavrusa's avatar
    daemon: workers are interconnected with IPC pipes · de7b3862
    Marek Vavrusa authored
    forks are connected with IPC pipes to process
    group leader and can execute expressions on its
    behalf. so running commands over all workers
    is easy now:
    
    > hostname() -- single
    localhost
    
    > map 'hostname()' -- all
    localhost
    localhost
    localhost
    de7b3862