This article may lack focus or may be about more than one topic. Please help improve this article, possibly by splitting the article and/or by introducing a disambiguation page, or discuss this issue on the talk page. (March 2022) |
Fan-out has multiple meanings in software engineering.
Message-oriented middleware
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.
Software design and quality assurance
In software construction, the fan-out of a class or method is the number of other classes used by that class or the number of other methods called by that method.
Additionally, fan-out has impact on the quality of a software.
See also
References
- "AMQP 0-9-1 Model Explained". RabbitMQ.
- "Writing Request/Response Clients and Servers: Sending Asynchronous Messages". Oracle Tuxedo Documentation.
- "/dev/fanout : A One-To-Many Multiplexer".
- McConnell, Steven (2004). "Chapter 5: Design Construction". Code Complete, Second Edition. Microsoft Press. ISBN 978-0-7356-1967-8.
- Alikhashashneh, E.; Raje, R.; Hill, J. (April 2018). "Using Software Engineering Metrics to Evaluate the Quality of Static Code Analysis Tools". 2018 1st International Conference on Data Intelligence and Security (ICDIS). pp. 65–72. doi:10.1109/ICDIS.2018.00017. ISBN 978-1-5386-5762-1. S2CID 44084551.
- Krauskopf, J. (February 1990). "Elemental concerns (software design)". IEEE Potentials. 9 (1): 13–15. doi:10.1109/45.46811. ISSN 1558-1772. S2CID 23867273.
- Mubarak, A.; Counsell, S.; Hierons, R. M. (May 2010). "An evolutionary study of fan-in and fan-out metrics in OSS". 2010 Fourth International Conference on Research Challenges in Information Science (RCIS). pp. 473–482. doi:10.1109/RCIS.2010.5507329. ISBN 978-1-4244-4839-5.
This article related to a type of software is a stub. You can help Misplaced Pages by expanding it. |