From: Joe Van Dyk Date: 2005-04-26T01:12:19+09:00 Subject: thread question Every second, a function in the class that's being made available via DRb should be called automatically. How would I do that? So I'd have class Server def update # stuff gets updated end end server = DRb.start_service.... server.update() # <== somehow ran every second DRb.thread.join