From: Adam R. <Ad...@Kn...> - 2002-12-07 13:14:31
|
mod_pubsub should be like the Borg, and assimilate as many other = projects as possible. Here's a nearby planet to get us started: from http://bluebat.dnsalias.org/software/libpubsub/index.html libpubsub Description libpubsub provides everything to setup a simple publish/subscribe = environment. If you are looking for a way to let several processes (not = necessarily on the same host) exchange information with each other in a = very easy (read at the moment: simple) way, libpubsub may interest you!=20 The main target is the usage in c++ applications. But the package = includes a tool to let even shell scripts get in touch with pubsub ;-)=20 from the README: Before I decided to create libpubsub I searched the net several days = for something like libpubub. I've found two packages which may also be = used for interprocess communication over networks: - xmlBlaster - jabber But the first was much to complex and oversized for my purposes (beside = the fact, that the c++ part was not in a very usable state and needed = many other libraries to do something). The second was smaller but also too powerful for my simple needs. The = publish/subscribe part of jabber was in a *very* experimental state. So if libpubsub does not do what you want, and you are willing to spent = several hours (days?) in exploring and understanding xmlBlaster or = jabber, just do it :-) -Adam |