[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Modules talking to each other
On Thu, 5 Jun 1997, Paul Colclough wrote:
> Has anyone discussed this as yet? Are you going to be using a
> messages-type system, IPC, or some other means of communication?
Message passing, as well as a fixed API (dependant on what type
of module this is). In other words, a filter module will have a filter
class in it which will be derived from some filter abstract class (which
defines the interface). Some modules may support message receiving and
sending as well (the managers mainly).
Andrew