RubyFlow The Ruby and Rails community linklog

ichannel v6.1.0 is out

ichannel is a channel for interprocess communication between ruby processes on the same machine(or network). The basic premise is that you can “put” a ruby object onto the channel and on the other end(maybe in a different process, or maybe on a different machine) you can “get” the object from the channel. The new release adds support for Redis as a backend(in addition to a unix socket).

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in