Module: Dorsal

Defined in:
lib/dorsal.rb,
lib/dorsal/version.rb,
lib/dorsal/privates.rb,
lib/dorsal/controller.rb,
lib/dorsal/exceptions.rb,
lib/dorsal/implementation.rb

Overview

the dorsal namespace

Defined Under Namespace

Modules: Privates Classes: Controller, ImplementationServer, ServerError

Constant Summary collapse

DEFAULT_DIR =

the default dir where write pid files

'/tmp/dorsal'
DEFAULT_HOST =

the default host name shared between Ring Server and DRb hosted services

'localhost'
DEFAULT_PORT =

the default port of the Ring Server

'8686'
DEFAULT_RINGSERVER_NAME =

the default shortname of the ringserver

'ringserver'
DEFAULT_RINGSERVER_DESCRIPTION =

the default long description of the ring Server

'Dorsal Ring Server'
DEFAULT_DEBUG =

the default debug status

false
VERSION =

global version of Dorsal

"1.1"