[Tcl] has a distinguished record of accomplishment in supporting [architecture%|%architecures] based on the publish-subscribe [pattern]. ** See Also ** [CORBA]: EventService might be used to build publish-subscribe infrastructure. Tcllb's [Hook]: Provides for synchrous callbacks to subscribers. Simple but entirely effective. Probably the first thing to reach for. [spread]: A robust publish/subscribe system. [Tequila]: Can be regarded as publish-subscribe. [STOMP]: A streaming text/oriented protocol. ** Description ** Various publish/subscribe systems are listed below. ** CPU ** One prominent domain is [process control], where [CPU] bound Tcl to Tibco and MQ [middleware], as well as a home-grown publish-subscribe bus. The current owners of CPU current owners apparently have "buried" all these products. [GWL] - That piece of CPU was sold to AspenTech in the early 2000s. AspenTech the buried everything they bought from CPU. ** XMLblaster ** Apparently [http://www.xmlblaster.org/%|%XMLblaster] still lacks a demonstration client in Tcl as 2004 begins, although someone (? Benno Lange?) was working on it. It '''ought''' to be straightforward ... ** Tuplespace ** [Tuplespace] is a publish-subscribe mechanism, one with at least a couple of distinct advantages, including the ease with which one can register interest in a ''pattern'', and not just a variable. ** MMTI Message Passing Protocol and API ** [https://web.archive.org/web/20050226133854/http://cfa-www.harvard.edu/~john/msg/%|%msg] interface that is used to operate F5 instrumentation at the MMT Observatory [http://cfa-www.harvard.edu/mmt/]. This client/server API includes a complete pub/sub synchronous or async passing of scalar values and [RPC] of [proc]s. It's designed to be "so easy" that even a PhD can use it. The code is [http://cfa-www.harvard.edu/~john/hacks/msg%|%here]. [JBR] ** International Space Station ** [https://web.archive.org/web/20070208120155/http://home.houston.rr.com/brianohagan/Tcl%20Conf%20Paper%20Oct2004.pdf%|%Enhancing International Space Station (ISS) Mission Control Center], by Brian O'Hagan, presented at the [Eleventh Annual Tcl/Tk Conference], 2004, described how Tcl/Tk was interfaced to the Information Sharing Protocol (ISP) used in the Mission Control Center (MCC) at the Johnson Space Center (JSC). The interface provides an easy publish, subscribe, and filter interface for Tcl/Tk applications. <> Interprocess Communication