1 require 'drb'
2 DRb.start_service
3 lists = DRbObject.new( nil, 'druby://localhost:32315' )
4 l = lists.get_list( 'announce' )
5 l.last_post
6