From: "Iñaki Baz Castillo" Date: 2008-06-25T00:30:16+09:00 Subject: Re: Threads in JRuby vs standard Ruby El Martes, 24 de Junio de 2008, Zhukov Pavel escribió: > core app starts DRb server with self as front object. then, i fork > 'plugins' that connect to core app and "register" youself in core's > @plugin list. > > Modified signal system provide communication between processes. > > if you interested: > http://code.google.com/p/rudcpp/source/browse/trunk/core.rb #core class > http://code.google.com/p/rudcpp/source/browse/trunk/plugins/plugin.rb > #all plugins should be based on it > http://code.google.com/p/rudcpp/source/browse/trunk/lib/signal.rb > #modified signal system Thanks a lot, it seems interesting. -- Iñaki Baz Castillo