ramverma | af74a62 | 2018-07-31 18:25:39 +0100 | [diff] [blame^] | 1 | // |
| 2 | // ============LICENSE_START======================================================= |
| 3 | // Copyright (C) 2016-2018 Ericsson. All rights reserved. |
| 4 | // ================================================================================ |
| 5 | // This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE |
| 6 | // Full license text at https://creativecommons.org/licenses/by/4.0/legalcode |
| 7 | // |
| 8 | // SPDX-License-Identifier: CC-BY-4.0 |
| 9 | // ============LICENSE_END========================================================= |
| 10 | // |
| 11 | // @author Sven van der Meer (sven.van.der.meer@ericsson.com) |
| 12 | // |
| 13 | |
| 14 | == Drools Performance (Monami'13) |
| 15 | |
| 16 | [width="100%",cols="15%,90%"] |
| 17 | |=== |
| 18 | |
| 19 | h| Title |
| 20 | e| Cloudifying Mobile Network Management: Performance Tests of Event Distribution and Rule Processing |
| 21 | |
| 22 | h| Venue |
| 23 | | Monami, Cork, November 2013 |
| 24 | |
| 25 | h| Abstract |
| 26 | | The explosion in consumer devices has resulted in a significant increase in the number of mobile telecommunications nodes. As a result of increased device and node numbers, network operators have experienced a large increase in associated events. In such an environment, scalability and performance of event handling become important aspects for Operation Support Systems (OSS). A traditional approach has been to centralize monitoring and decision functions. The scale of events in a modern mobile telecommunications network means such centralized implementations are performance limited. What is required is a remodeling of Complex Event Processing (monitoring) and Policies (decision making) towards a distributed yet coordinated system. This paper describes an extensible architecture for such a distributed policy-based event processing system. Our approach provides a pluggable mechanism into which various event handling functionality can be integrated. In order to illustrate the applicability of our approach we evaluate the performance of 2 message queuing protocols, Advanced Message Queuing Protocol (AMQP) based RabbitMQ and Java Web Sockets. Our performance evaluation illustrates the ability of our architecture to transparently integrate alternative event processing technologies. |
| 27 | |
| 28 | h| Links |
| 29 | | ### |
| 30 | |
| 31 | h| BibTeX |
| 32 | a| |
| 33 | [source,bibtex] |
| 34 | ---- |
| 35 | @inproceedings{DBLP:conf/monami/DawarMKFB13, |
| 36 | author = {Sumit Dawar and |
| 37 | Sven van der Meer and |
| 38 | John Keeney and |
| 39 | Enda Fallon and |
| 40 | Tom Bennet}, |
| 41 | title = {Cloudifying Mobile Network Management: Performance Tests |
| 42 | of Event Distribution and Rule Processing}, |
| 43 | booktitle = {Mobile Networks and Management - 5th International Conference, |
| 44 | {MONAMI} 2013, Cork, Ireland, September 23-25, 2013}, |
| 45 | pages = {94--107}, |
| 46 | year = {2013}, |
| 47 | crossref = {DBLP:conf/monami/2013}, |
| 48 | url = {https://doi.org/10.1007/978-3-319-04277-0_8}, |
| 49 | doi = {10.1007/978-3-319-04277-0_8}, |
| 50 | timestamp = {Wed, 24 May 2017 08:27:31 +0200}, |
| 51 | biburl = {http://dblp.org/rec/bib/conf/monami/DawarMKFB13}, |
| 52 | bibsource = {dblp computer science bibliography, http://dblp.org} |
| 53 | } |
| 54 | ---- |
| 55 | |
| 56 | |=== |
| 57 | |