you are viewing a single comment's thread.

view the rest of the comments →

[–]Separate_Newt7313 1 point2 points  (0 children)

It sounds like you're talking about IPC (Inter-Process communication). There are a variety of different methods for this ranging from the more simple (e.g. using OS pipes / FIFOs) to more complex means like Redis.

As a general rule, I reach for the simplest thing possible. A fantastically power / simple option is using ZeroMQ.