Re: Implementing publish subscribe in ruby

If you want a publish/subscribe framework, I found freebase, which is
the core of the freeride ruby IDE, elegant and powerful.

Austin

Actually what you would probably bemost interested in the FreeRIDE’s
Databus. This is the basic pub/sub class. FreeBASE (which build on top
of
the Dtaabus) is a dynamically loading plugin system.

You can read abot both of them here:

http://freeride.rubyforge.org/wiki/wiki.pl?DevDoc

Curt

Sorry for all the typos… I had just gotten out of bed. :frowning:

Curt