Module: Pipemaster

Defined in:
lib/pipemaster.rb,
lib/pipemaster/util.rb,
lib/pipemaster/client.rb,
lib/pipemaster/server.rb,
lib/pipemaster/worker.rb,
lib/pipemaster/launcher.rb,
lib/pipemaster/configurator.rb,
lib/pipemaster/socket_helper.rb

Defined Under Namespace

Modules: SocketHelper Classes: Client, Configurator, Launcher, Server, Util, Worker

Constant Summary collapse

VERSION =

Version number.

Gem::Specification.load(File.expand_path("../pipemaster.gemspec", File.dirname(__FILE__))).version.to_s
DEFAULT_HOST =
"127.0.0.1"
DEFAULT_PORT =
7887
DEFAULT_LISTEN =
"#{DEFAULT_HOST}:#{DEFAULT_PORT}"