lib/marvin/distributed.rb in Sutto-marvin-0.4.0 vs lib/marvin/distributed.rb in Sutto-marvin-0.8.0.0
- old
+ new
@@ -1,14 +1,8 @@
-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'
+ autoload :Protocol, 'marvin/distributed/protocol'
+ autoload :Server, 'marvin/distributed/server'
+ autoload :Handler, 'marvin/distributed/handler'
+ autoload :Client, 'marvin/distributed/client'
end
end
\ No newline at end of file