/[pupa]/bugcomm/lib/bugcomm/main.rb
ViewVC logotype

Diff of /bugcomm/lib/bugcomm/main.rb

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by okuji, Thu Sep 12 11:24:25 2002 UTC revision 1.3 by okuji, Sat Sep 28 07:50:54 2002 UTC
# Line 240  module BugCommunicator Line 240  module BugCommunicator
240      end      end
241      DRb::DRbServer.new(uri, Service.new(@@config), acl)      DRb::DRbServer.new(uri, Service.new(@@config), acl)
242      info("starting the dRuby service at `#{uri}'")      info("starting the dRuby service at `#{uri}'")
243        debug("the load limit is #{DRb.primary_server.load_limit}")
244      DRb.thread.join      DRb.thread.join
245    rescue NoMemoryError, ScriptError, StandardError => e    rescue NoMemoryError, ScriptError, StandardError => e
246      error("#{e.message} (#{e.class})")      error("#{e.message} (#{e.class})")

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26