emmt / InterProcessCommunication.jl

Inter-process communication for Julia
Other
21 stars 3 forks source link

Inter-Process Communication for Julia

License Documentation Build Status Coverage Coverage

Julia has already many methods for inter-process communication (IPC): sockets, semaphores, memory mapped files, etc. You may however want to have Julia interacts with other processes or threads by means of BSD (System V) IPC or POSIX shared memory, semaphores, message queues or mutexes, condition variables and read/write locks. Package InterProcessCommunication.jl (IPC for short) intends to provide such facilities.

The InterProcessCommunication package provides:

Documentation

The documentation for InterProcessCommunication package is here.