Sha256: 7b593487d8afde608130b26418b9f76d107e1ae86a75cfb0f349585a057b87f0

Contents?: true

Size: 404 Bytes

Versions: 10

Compression:

Stored size: 404 Bytes

Contents

require 'drb'
require 'rinda/ring'


module Marvin
  # Distributed tools for Marvin instances.
  # Uses a tuple space etc + DRb to provide
  # IRC Processing across the network.
  module Distributed
    autoload :RingServer,      'marvin/distributed/ring_server'
    autoload :DispatchHandler, 'marvin/distributed/dispatch_handler'
    autoload :DRbClient,       'marvin/distributed/drb_client'
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
Sutto-marvin-0.2.0 lib/marvin/distributed.rb
Sutto-marvin-0.2.1 lib/marvin/distributed.rb
Sutto-marvin-0.2.2 lib/marvin/distributed.rb
Sutto-marvin-0.2.3 lib/marvin/distributed.rb
Sutto-marvin-0.2.4 lib/marvin/distributed.rb
Sutto-marvin-0.3.0 lib/marvin/distributed.rb
Sutto-marvin-0.3.2 lib/marvin/distributed.rb
Sutto-marvin-0.3.3 lib/marvin/distributed.rb
Sutto-marvin-0.3.4 lib/marvin/distributed.rb
Sutto-marvin-0.4.0 lib/marvin/distributed.rb