|
From: Patrick Y. <kc...@ce...> - 2004-07-06 09:54:15
|
My view: - A dispatcher is a piece of code (module) receiving requests to send (dispatch) a message on behalf of internal applications - A transport handler is a piece of code (module) sending messages to other MSH's (currently smtp and http) - A monitor is a piece of code (module) receiving messages from the internet (currently imap and http) - A delivery handler is a piece of code (module) delivering messages to applications Regards, -Patrick Ronald van Kuijk wrote: > > Question about terminology: > - A dispatcher is a piece of code (module) receiving requests to send > (dispatch) a message on behalf of internal applications > - A ..... is a piece of code (module) sending messages to other MSH's > (currently smtp and http) > - A monitor is a piece of code (module) receiving messages from the > internet (currently imap and http) > - A ..... is a piece of code (module) delivering messages to > applications > > What should be on the dotted lines? > > |