Fan-out (software)

In message-oriented middleware solutions, fan-out is a messaging pattern used to model an information exchange that implies the delivery (or spreading) of a message to one or multiple destinations possibly in parallel, and not halting the process that executes the messaging to wait for any response to that message.[1][2][3]


Also fan-out in Software construction means the number of classes used by a certain class or the number of methods called by a certain method.[4]

References

  1. AMQP concepts - Fan-out Exchange
  2. Oracle Tuxedo Documentation - Asynchronous Messaging
  3. /dev/fanout A lightweight one-to-many multiplexer
  4. McConnell, Steven (2004). "Chapter 5: Design Construction". Code Complete, Second Edition. Microsoft Press. ISBN 978-0-7356-1967-8.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.