Academic literature on the topic 'Distributed event-based system'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Distributed event-based system.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Journal articles on the topic "Distributed event-based system"

1

Hsiao, Tsun-Yu, Nei-Chiung Perng, Winston Lo, Yue-Shan Chang, and Shyan-Ming Yuan. "A new development environment for an event-based distributed system." Computer Standards & Interfaces 25, no. 4 (August 2003): 345–55. http://dx.doi.org/10.1016/s0920-5489(03)00007-2.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Lu, Xiaonong, Baoqun Yin, Xiaofeng Zhang, Jie Cao, and Yu Kang. "Event-based optimization for admission control in distributed service system." Telecommunication Systems 62, no. 3 (September 25, 2015): 553–67. http://dx.doi.org/10.1007/s11235-015-0094-6.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Muñoz, Cristina, and Pierre Leone. "A Distributed Event-Based System based on Compressed Fragmented-Iterated Bloom Filters." Future Generation Computer Systems 75 (October 2017): 108–27. http://dx.doi.org/10.1016/j.future.2017.02.021.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Shi, Ruisheng, Yang Zhang, Lina Lan, Fei Li, and Junliang Chen. "Summary Instance: Scalable Event Priority Determination Engine for Large-Scale Distributed Event-Based System." International Journal of Distributed Sensor Networks 2015 (2015): 1–14. http://dx.doi.org/10.1155/2015/390329.

Full text
Abstract:
Data prioritization problem is paramount for distributed publish/subscribe infrastructure to the timely delivery of real-time events since a large number of low priority events may clog the channel thereby causing high priority events to get delayed. The challenge raised for the event-based middleware in large-scale distributed system such as vehicular ad hoc networks is that event priority determination engine must be efficient and scalable in terms of priority rule size and event throughputs. This paper proposes an innovative approach based on Bloom filter and event discretization. A Bloom filter data structure is used to store the rule instances and their priorities. The complex rule evaluation is reduced to set membership testing as queries on Bloom filters. The time complexity of data prioritization is constant and independent of the number of priority rules. As event discretization signatures can be cached, this approach is cache friendly in nature. The previous computation results can be cached in overlay network nodes and reused to improve the system throughputs and determination time. We have evaluated our proposed approach and the results show a significant performance improvement.
APA, Harvard, Vancouver, ISO, and other styles
5

Zhang, Sufang, Wei Wang, and Chi Huang. "Stabilization of Networked Distributed Systems with Partial and Event-Based Couplings." Mathematical Problems in Engineering 2015 (2015): 1–11. http://dx.doi.org/10.1155/2015/342465.

Full text
Abstract:
The stabilization problem of networked distributed systems with partial and event-based couplings is investigated. The channels, which are used to transmit different levels of information of agents, are considered. The channel matrix is introduced to indicate the work state of the channels. An event condition is designed for each channel to govern the sampling instants of the channel. Since the event conditions are separately given for different channels, the sampling instants of channels are mutually independent. To stabilize the system, the state feedback controllers are implemented in the system. The control signals also suffer from the two communication constraints. The sufficient conditions in terms of linear matrix equalities are proposed to ensure the stabilization of the controlled system. Finally, a numerical example is given to demonstrate the advantage of our results.
APA, Harvard, Vancouver, ISO, and other styles
6

Ivanov, Ievgen, Mykola Nikitchenko, and Uri Abraham. "Event-Based Proof of the Mutual Exclusion Property of Peterson’s Algorithm." Formalized Mathematics 23, no. 4 (December 1, 2015): 325–31. http://dx.doi.org/10.1515/forma-2015-0026.

Full text
Abstract:
Summary Proving properties of distributed algorithms is still a highly challenging problem and various approaches that have been proposed to tackle it [1] can be roughly divided into state-based and event-based proofs. Informally speaking, state-based approaches define the behavior of a distributed algorithm as a set of sequences of memory states during its executions, while event-based approaches treat the behaviors by means of events which are produced by the executions of an algorithm. Of course, combined approaches are also possible. Analysis of the literature [1], [7], [12], [9], [13], [14], [15] shows that state-based approaches are more widely used than event-based approaches for proving properties of algorithms, and the difficulties in the event-based approach are often emphasized. We believe, however, that there is a certain naturalness and intuitive content in event-based proofs of correctness of distributed algorithms that makes this approach worthwhile. Besides, state-based proofs of correctness of distributed algorithms are usually applicable only to discrete-time models of distributed systems and cannot be easily adapted to the continuous time case which is important in the domain of cyber-physical systems. On the other hand, event-based proofs can be readily applied to continuous-time / hybrid models of distributed systems. In the paper [2] we presented a compositional approach to reasoning about behavior of distributed systems in terms of events. Compositionality here means (informally) that semantics and properties of a program is determined by semantics of processes and process communication mechanisms. We demonstrated the proposed approach on a proof of the mutual exclusion property of the Peterson’s algorithm [11]. We have also demonstrated an application of this approach for proving the mutual exclusion property in the setting of continuous-time models of cyber-physical systems in [8]. Using Mizar [3], in this paper we give a formal proof of the mutual exclusion property of the Peterson’s algorithm in Mizar on the basis of the event-based approach proposed in [2]. Firstly, we define an event-based model of a shared-memory distributed system as a multi-sorted algebraic structure in which sorts are events, processes, locations (i.e. addresses in the shared memory), traces (of the system). The operations of this structure include a binary precedence relation ⩽ on the set of events which turns it into a linear preorder (events are considered simultaneous, if e1 ⩽ e2 and e2 ⩽ e1), special predicates which check if an event occurs in a given process or trace, predicates which check if an event causes the system to read from or write to a given memory location, and a special partial function “val of” on events which gives the value associated with a memory read or write event (i.e. a value which is written or is read in this event) [2]. Then we define several natural consistency requirements (axioms) for this structure which must hold in every distributed system, e.g. each event occurs in some process, etc. (details are given in [2]). After this we formulate and prove the main theorem about the mutual exclusion property of the Peterson’s algorithm in an arbitrary consistent algebraic structure of events. Informally, the main theorem states that if a system consists of two processes, and in some trace there occur two events e1 and e2 in different processes and each of these events is preceded by a series of three special events (in the same process) guaranteed by execution of the Peterson’s algorithm (setting the flag of the current process, writing the identifier of the opposite process to the “turn” shared variable, and reading zero from the flag of the opposite process or reading the identifier of the current process from the “turn” variable), and moreover, if neither process writes to the flag of the opposite process or writes its own identifier to the “turn” variable, then either the events e1 and e2 coincide, or they are not simultaneous (mutual exclusion property).
APA, Harvard, Vancouver, ISO, and other styles
7

Wang, Qing, Yao Yu, and Changyin Sun. "Distributed event-based consensus control of multi-agent system with matching nonlinear uncertainties." Neurocomputing 272 (January 2018): 694–702. http://dx.doi.org/10.1016/j.neucom.2017.08.012.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Tripathi, Anand R., Devdatta Kulkarni, Harsha Talkad, Muralidhar Koka, Sandeep Karanth, Tanvir Ahmed, and Ivan Osipkov. "Autonomic configuration and recovery in a mobile agent-based distributed event monitoring system." Software: Practice and Experience 37, no. 5 (2007): 493–522. http://dx.doi.org/10.1002/spe.777.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Li, Kaixuan, Qingshan Liu, and Zhigang Zeng. "Quantized event-triggered communication based multi-agent system for distributed resource allocation optimization." Information Sciences 577 (October 2021): 336–52. http://dx.doi.org/10.1016/j.ins.2021.07.022.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

PASCHKE, ADRIAN, and HAROLD BOLEY. "RULE RESPONDER: RULE-BASED AGENTS FOR THE SEMANTIC-PRAGMATIC WEB." International Journal on Artificial Intelligence Tools 20, no. 06 (December 2011): 1043–81. http://dx.doi.org/10.1142/s0218213011000528.

Full text
Abstract:
Rule Responder is a Pragmatic Web infrastructure for distributed rule-based event processing multi-agent eco-systems. This allows specifying virtual organizations — with their shared and individual (semantic and pragmatic) contexts, decisions, and actions/events for rule-based collaboration between the distributed members. The (semi-)autonomous agents use rule engines and Semantic Web rules to describe and execute derivation and reaction logic which declaratively implements the organizational semiotics and the different distributed system/agent topologies with their negotiation/coordination mechanisms. They employ ontologies in their knowledge bases to represent semantic domain vocabularies, normative pragmatics and pragmatic context of event-based conversations and actions.
APA, Harvard, Vancouver, ISO, and other styles
More sources

Dissertations / Theses on the topic "Distributed event-based system"

1

Cho, Hyup Jae. "Discrete event system homomorphisms: Design and implementation of quantization-based distributed simulation environment." Diss., The University of Arizona, 1999. http://hdl.handle.net/10150/284060.

Full text
Abstract:
The demand for parallel and distributed discrete event simulation (PDES) is rapidly growing due to the advent of middleware programs which allow multiple processes running on one or more machines to interact across networks. High Level Architecture (HLA) proposed by DoD is the standard middleware designed for distributed simulation environment. DEVS/HLA, developed in this dissertation, is a parallel and distributed modeling and simulation environment which employs a sound system theory, modeling formalism (extended DEVS) and system homomorphisms in its design. The environment includes a highly efficient message filtering scheme called quantization and is based on a risk-free PDES simulation protocol that exploits simultaneous events. In its implementation, DEVS/HLA employs hierarchical and modular object-oriented technology. To the user it presents a high level modeling paradigm and a highly reliable distributed HLA-compliant environment. This dissertation presents an analysis of quantization-based message filtering and some very promising empirical results that clarify the tradeoff between reduced message bandwidth demand and error incurred due to message reduction. The results relate bandwidth utilization and error against quantum size for federations executing on DEVS/HLA in Unix and NT networking platforms in both LAN and WAN environments. The theoretical and empirical results indicate that predictive quantization can be very scaleable due to reduced local computation demands as well as having extremely favorable communication reduction/simulation fidelity tradeoffs. How the solution extends to real-time DEVS simulation and implications for the design of real time infrastructures are topics for further research.
APA, Harvard, Vancouver, ISO, and other styles
2

Alem, Mohammad. "Event-based risk management of large scale information technology projects." Thesis, De Montfort University, 2013. http://hdl.handle.net/2086/11392.

Full text
Abstract:
Globalisation has come as a double-edged blade for information technology (IT) companies; providing growth opportunities and yet posing many challenges. Software development is moving from a monolithic model to a distributed approach, where many entities and organisations are involved in the development process. Risk management an important area to deal with all the kinds of technical and social issues within companies planning and programming schedules, and this new way of working requires more attention to be paid to the temporal, socio-cultural and control aspects than before. Multinational companies like IBM have begun to consider how to address the distributed nature of its projects across the globe. With outlets across the globe, the company finds various people of different cultures, languages and ethics working on a single and bigger IT projects from different locations. Other IT companies are facing the same problems, despite there being many kinds of approaches available to handle risk management in large scale IT companies. IBM commissioned the Distributed Risk Management Process (DRiMaP) model as a suitable solution. This model focused on the collaborative and on-going control aspects, and paid attention to the need for risk managers, project managers and management to include risk management into all phases of projects and the business cycle. The authors of the DRiMaP model did not subject it to extensive testing. This research sets out to evaluate, improve and extend the model process and thereby develop a new and dynamic approach to distributed information systems development. To do this, this research compares and contrasts the model with other risk management approaches. An Evolutionary Model is developed, and this is subjected to empirical testing through a hybrid constructive research approach. A survey is used to draw out the observations of project participants, a structured interview gathered the opinions of project experts, a software tool was developed to implement the model, and SysML and Monte Carlo methods were applied to this to simulate the functioning of the model. The Evolutionary Model was found to partially address the shortcomings of the DRiMaP model, and to provide a valuable platform for the development of an enterprise risk management solution.
APA, Harvard, Vancouver, ISO, and other styles
3

Desprat, Caroline. "Architecture événementielle pour les environnements virtuels collaboratifs sur le web : application à la manipulation et à la visualisation d'objets en 3D." Thesis, Toulouse 2, 2017. http://www.theses.fr/2017TOU20103/document.

Full text
Abstract:
L’évolution technologique du web durant ces dernières années a favorisé l’arrivée d’environnements virtuels collaboratifs pour la modélisation 3D à grande échelle. Alors que la collaboration réunit dans un même espace partagé des utilisateurs distants géographiquement pour un objectif de collaboration commun, les ressources matérielles qu'ils apportent (calcul, stockage, 3D ...) avec leurs connaissances sont encore trop rarement utilisées et cela constitue un défi. Il s'agit en effet de proposer un système simple, performant et transparent pour les utilisateurs afin de permettre une collaboration efficace à la fois sur le volet computationnel mais aussi, bien entendu, sur l'aspect métier lié à la modélisation 3D sur le web. Pour rendre efficace le passage à l’échelle, de nombreux systèmes utilisent une architecture réseau dite "hybride", combinant client serveur et pair-à-pair. La réplication optimiste s'adapte bien aux propriétés de ces environnements répartis : la dynamicité des utilisateurs et leur nombre, le type de donnée traitées (3D) et leur taille. Cette thèse présente un modèle pour les systèmes d’édition collaborative en 3D sur le web. L'architecture cliente (3DEvent) permet de déporter les aspects métiers de la 3D au plus près de l’utilisateur sous la forme d’évènements. Cette architecture orientée événements repose sur le constat d’un fort besoin de traçabilité et d’historique sur les données 3D lors de l’assemblage d’un modèle. Cet aspect est porté intrinsèquement par le patron de conception event-sourcing. Ce modèle est complété par la définition d’un intergiciel en pair-à-pair. Sur ce dernier point, nous proposons d'utiliser la technologie WebRTC qui présente une API familière aux développeurs de services en infonuagique. Une évaluation portant sur deux études utilisateur concernant l’acceptance du modèle proposé a été menée dans le cadre de tâches d’assemblage de modèles 3D sur plusieurs groupes d’utilisateurs
Web technologies evolutions during last decades fostered the development of collaborative virtual environments for 3D design at large scale. Despite the fact that collaborative environments gather in a same shared space geographically distant users in a common objective, the hardware ressources of their clients (calcul, storage, graphics ...) are often underused because of the challenge it represents. It is indeed a matter of offering an easy-to-use, efficient and transparent collaborative system to the user supporting both computationnal and 3D design visualisation and business logic needs in heterogeneous web environments. To scale well, numerous systems use a network architecture called "hybrid", combining both client-server and peer-to-peer. Optimistic replication is well adapted to distributed application such as 3D collaborative envionments : the dynamicity of users and their numbers, the 3D data type used and the large amount and size of it.This document presents a model for 3D web-based collaborative editing systems. This model integrates 3DEvent, an client-based architecture allowing us to bring 3D business logic closer to the user using events. Indeed, the need of traceability and history awareness is required during 3D design especially when several experts are involved during the process. This aspect is intrinsec to event-sourcing design pattern. This architecture is completed by a peer-to-peer middleware responsible for the synchronisation and the consistency of the system. To implement it, we propose to use the recent web standard API called WebRTC, close to cloud development services know by developers. To evaluate the model, two user studies were conducted on several group of users concerning its responsiveness and the acceptance by users in the frame of cooperative assembly tasks of 3D models
APA, Harvard, Vancouver, ISO, and other styles
4

Mutschler, Christopher [Verfasser]. "Latency Minimization of Order-Preserving Distributed Event-Based Systems / Christopher Mutschler." München : Verlag Dr. Hut, 2014. http://d-nb.info/1050331664/34.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Neuner, Oliver. "Automatic learning of state machines for fault detection systems in discrete event based distributed systems." Thesis, KTH, Kommunikationsnät, 2011. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-53513.

Full text
Abstract:
The electronic components in modern automobiles build up a distributed system with so called electronic control units connected via bus systems. As more safety- and security-relevant functions are implemented in such systems, the more important fault detection becomes. A promising approach to fault detection is to build a system model from state machines and compare its predictions with properties observed in a real system. In the automobile, potential are communication characteristics between the distributed control units. Especially, the sequence of transmitted messages can be used as the basis for supervising the communication. This thesis investigates if data gathered during system tests can be used to create state-machine system models. Such an automatically created model reflects the observed normal system behavior and can potentially be used for fault detection purposes. The task can be seen as learning a state machine from a single long message sequence. Today’s automata learning algorithms are not designed for such singlemessage- sequence input data. Especially, learning without interaction between the original system and the learning algorithm is in general a NPcomplete task. Additionally, if only positive data from the normal behaving system is available, the task is further complicated. The well-known Angluin’s L∗ state-machine learning algorithm works in general independent from the type of input data. In order for this algorithm to be applicable, certain queries have to be answered. This work proposes a statistical approach to answer such queries. The implemented adapted Angluin algorithm showed the potential of automatic model building in fault detection systems and, in particular, the possibility of learning state machines from a single positive data stream.
APA, Harvard, Vancouver, ISO, and other styles
6

Cho, Yŏng-gwan. "RTDEVS/CORBA: A distributed object computing environment for simulation-based design of real-time discrete event systems." Diss., The University of Arizona, 2001. http://hdl.handle.net/10150/279904.

Full text
Abstract:
Ever since distributed systems technology became increasingly popular in the real-time computing area about two decades ago, real-time distributed object computing technologies have been attracting more attention from researchers and engineers. While highly effective object-oriented methodologies are now widely adopted to reduce the development complexity and maintenance costs of large scale non-real-time software applications, real-time systems engineering practice has not kept pace with these system development methodologies. Indeed, real-time design techniques have not fully adopted the concepts of modular design and analysis which are the main virtues of object-oriented design technologies. As a consequence, the demand for object-oriented analysis, design, and implementation of large-scale real-time applications has been growing. To address the need for object-oriented real-time systems engineering environments we propose the Real-Time DEVS/CORBA (RTDEVS/CORBA) distributed object computing environment. In this dissertation, we show how this environment is an extension of previously developed DEVS-based modeling and simulation frameworks that have been shown to support an effective modeling and simulation methodology in various application areas. The major objective in developing Distributed Real-Time DEVS/CORBA is to establish a framework in which distributed real-time systems can be designed through DEVS-based modeling and simulation studies, and then migrated with minimal additional effort to be executed in the real-time distributed environment. This environment provides generic support for developing models of distributed embedded software systems, evaluating their performance and timing behavior through simulation and easing the transition from the simulation to actual executions. In this dissertation we describe, in some detail, the design and implementation of the RTDEVS/CORBA environment. It was implemented over Visibroker CORBA middleware along with the use of ACE/TAO real-time CORBA services, such as the real-time event service and the runtime scheduling service. Implementation aspects considered include time synchronization issues, priority-based message dispatching for timely message delivery, implementation of activity with threads, and other features required for simulating and executing real-time DEVS models. Finally, application examples are presented in the last part of the dissertation to show applicability of the environment to real systems-engineering problems.
APA, Harvard, Vancouver, ISO, and other styles
7

Sanli, Ozgur. "Rule-based In-network Processing For Event-driven Applications In Wireless Sensor Networks." Phd thesis, METU, 2011. http://etd.lib.metu.edu.tr/upload/12613389/index.pdf.

Full text
Abstract:
Wireless sensor networks are application-specific networks that necessitate the development of specific network and information processing architectures that can meet the requirements of the applications involved. The most important challenge related to wireless sensor networks is the limited energy and computational resources of the battery powered sensor nodes. Although the central processing of information produces the most accurate results, it is not an energy-efficient method because it requires a continuous flow of raw sensor readings over the network. As communication operations are the most expensive in terms of energy usage, the distributed processing of information is indispensable for viable deployments of applications in wireless sensor networks. This method not only helps in reducing the total amount of packets transmitted and the total energy consumed by sensor nodes, but also produces scalable and fault-tolerant networks. Another important challenge associated with wireless sensor networks is that the possibility of sensory data being imperfect and imprecise is high. The requirement of precision necessitates employing expensive mechanisms such as redundancy or use of sophisticated equipments. Therefore, approximate computing may need to be used instead of precise computing to conserve energy. This thesis presents two schemes that distribute information processing for event-driven reactive applications, which are interested in higher-level information not in the raw sensory data of individual nodes, to appropriate nodes in sensor networks. Furthermore, based on these schemes, a fuzzy rule-based system is proposed that handles imprecision, inherently present in sensory data.
APA, Harvard, Vancouver, ISO, and other styles
8

Gu, Yan. "ROSENET: a remote server-based network emulation system." Diss., Atlanta, Ga. : Georgia Institute of Technology, 2008. http://hdl.handle.net/1853/22662.

Full text
Abstract:
Thesis (Ph. D.)--Computing, Georgia Institute of Technology, 2008.
Committee Chair: Fujimoto, Richard; Committee Member: Ammar, Mostafa; Committee Member: Bader, David; Committee Member: Goldsman, David; Committee Member: Park, Haesun; Committee Member: Riley, George.
APA, Harvard, Vancouver, ISO, and other styles
9

Quesnel, Flavien. "Vers une gestion coopérative des infrastructures virtualisées à large échelle : le cas de l'ordonnancement." Phd thesis, Ecole des Mines de Nantes, 2013. http://tel.archives-ouvertes.fr/tel-00821103.

Full text
Abstract:
Les besoins croissants en puissance de calcul sont généralement satisfaits en fédérant de plus en plus d'ordinateurs (ou noeuds) pour former des infrastructures distribuées. La tendance actuelle est d'utiliser la virtualisation système dans ces infrastructures, afin de découpler les logiciels des noeuds sous-jacents en les encapsulant dans des machines virtuelles. Pour gérer efficacement ces infrastructures virtualisées, de nouveaux gestionnaires logiciels ont été mis en place. Ces gestionnaires sont pour la plupart hautement centralisés (les tâches de gestion sont effectuées par un nombre restreint de nœuds dédiés). Cela limite leur capacité à passer à l'échelle, autrement dit à gérer de manière réactive des infrastructures de grande taille, qui sont de plus en plus courantes. Au cours de cette thèse, nous nous sommes intéressés aux façons d'améliorer cet aspect ; l'une d'entre elles consiste à décentraliser le traitement des tâches de gestion, lorsque cela s'avère judicieux. Notre réflexion s'est concentrée plus particulièrement sur l'ordonnancement dynamique des machines virtuelles, pour donner naissance à la proposition DVMS (Distributed Virtual Machine Scheduler). Nous avons mis en œuvre un prototype, que nous avons validé au travers de simulations (notamment via l'outil SimGrid), et d'expériences sur le banc de test Grid'5000. Nous avons pu constater que DVMS se montrait particulièrement réactif pour gérer des infrastructures virtualisées constituées de dizaines de milliers de machines virtuelles réparties sur des milliers de nœuds. Nous nous sommes ensuite penchés sur les perspectives d'extension et d'amélioration de DVMS. L'objectif est de disposer à terme d'un gestionnaire décentralisé complet, objectif qui devrait être atteint au travers de l'initiative Discovery qui fait suite à ces travaux.
APA, Harvard, Vancouver, ISO, and other styles
10

Brunetti, Pietro. "Eco-sistemi informatici, distribuiti, real-time, a supporto del lavoro cooperativo in scenari di emergenza: Studio e realizzazione di un caso applicativo." Master's thesis, Alma Mater Studiorum - Università di Bologna, 2014. http://amslaurea.unibo.it/7886/.

Full text
Abstract:
I sistemi software nati dall'esigenza di supportare agevolmente ed efficacemente il lavoro cooperativo, in particolare quelli orientati al supporto di azioni di soccorso in scenari di emergenza, appaiono tutt'ora fortemente limitati e frammentati. In molti casi vengono affrontate solamente specifiche dimensioni del problema complessivo, anche se il livello al quale è giunto lo sviluppo tecnologico e i risultati osservati in ambito di ricerca permettono di delineare soluzioni complete e significative per l'impiego in ambiti reali. Tale tipologia di sistemi è stata scelta per il grande interesse che desta sia dal punto di vista accademico, essendo costituita da molteplici sotto--sistemi spesso eterogenei che debbono necessariamente interagire e supportare l'azione umana, sia dal punto di vista industriale, interpretando la necessità crescente di iniettare nel maggior numero possibile di livelli sociali la forte dipendenza (il supporto allo stesso tempo) dalle scienze tecnologiche ed informatiche, per rafforzare e talvolta estendere le possibilità dell'essere umano in quanto tale. Dopo una prima fase in cui verrà delineato un quadro concettuale piuttosto dettagliato circa i principali elementi e problematiche che caratterizzano la classe di sistemi considerati, sarà dato spazio alla validazione di tali principi e considerazioni emerse, confrontandosi con la progettazione e sviluppo in forma prototipale di un sotto--sistema relativo ad un caso di studio reale, significativo per l'ambito di applicazione, nato dalla collaborazione con l'Università degli Studi di Bologna di un'azienda della regione Emilia--Romagna. Il sistema software realizzato vuole essere innanzi tutto la risposta alle esigenze emerse nel caso di studio trattato, in modo tale da potersi sostituire agli attuali limitati supporti alla cooperazione, ma anche un esperimento che possa essere considerato un artefatto centrale da utilizzare come base di conoscenza condivisa, in cui vengano fattorizzati i concetti e meccanismi chiave, fondamentali per sviluppi futuri.
APA, Harvard, Vancouver, ISO, and other styles
More sources

Books on the topic "Distributed event-based system"

1

Principles and applications of distributed event-based systems. Hershey, PA: Information Science Reference, 2010.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
2

Distributed event-based systems. Berlin, DE: Springer, 2006.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
3

Helmer, Sven. Reasoning in Event-Based Distributed Systems. Berlin, Heidelberg: Springer-Verlag Berlin Heidelberg, 2011.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
4

Helmer, Sven, Alexandra Poulovassilis, and Fatos Xhafa, eds. Reasoning in Event-Based Distributed Systems. Berlin, Heidelberg: Springer Berlin Heidelberg, 2011. http://dx.doi.org/10.1007/978-3-642-19724-6.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Ravichandran, Vengateswaran J. Distributed diagnosis for state-based discrete-event systems. Ottawa: National Library of Canada, 2002.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
6

Guerrero, Pablo, Alejandro P. Buchmann, Ilia Petrov, and Kai Sachs. From active data management to event-based systems and more: Papers in honor of Alejandro Buchmann on the occasion of his 60th birthday. Berlin: Springer, 2010.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
7

Mühl, Gero, Ludger Fiege, and Peter Pietzuch. Distributed Event-Based Systems. Springer, 2006.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
8

Mühl, Gero. Distributed Event-Based Systems. Springer, 2006.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
9

Distributed Event-Based Systems. Berlin/Heidelberg: Springer-Verlag, 2006. http://dx.doi.org/10.1007/3-540-32653-7.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Helmer, Sven, Fatos Xhafa, and Alexandra Poulovassilis. Reasoning in Event-Based Distributed Systems. Springer, 2011.

Find full text
APA, Harvard, Vancouver, ISO, and other styles

Book chapters on the topic "Distributed event-based system"

1

Chaabane, Amina, Salma Bradai, Wassef Louati, and Mohamed Jmaiel. "Composite Event Handling over a Distributed Event-Based System." In Software Engineering Research, Management and Applications, 193–214. Cham: Springer International Publishing, 2017. http://dx.doi.org/10.1007/978-3-319-61388-8_12.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Sahingoz, Ozgur Koray, and Nadia Erdogan. "RUBDES: A Rule Based Distributed Event System." In Computer and Information Sciences - ISCIS 2003, 284–91. Berlin, Heidelberg: Springer Berlin Heidelberg, 2003. http://dx.doi.org/10.1007/978-3-540-39737-3_36.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Sahingoz, Ozgur Koray, and Nadia Erdogan. "Dispatching Mechanism of an Agent-Based Distributed Event System." In Computational Science - ICCS 2004, 184–91. Berlin, Heidelberg: Springer Berlin Heidelberg, 2004. http://dx.doi.org/10.1007/978-3-540-24685-5_23.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Sahingoz, Ozgur Koray, and A. Coskun Sonmez. "Fault Tolerance Mechanism of Agent-Based Distributed Event System." In Computational Science – ICCS 2006, 192–99. Berlin, Heidelberg: Springer Berlin Heidelberg, 2006. http://dx.doi.org/10.1007/11758532_27.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Wang, Qi, and Yanlei Shang. "A Distributed Complex Event Processing System Based on Publish/Subscribe." In Advances in Intelligent Systems and Computing, 981–90. Singapore: Springer Singapore, 2018. http://dx.doi.org/10.1007/978-981-10-8944-2_113.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Attiogbé, Christian. "Modelling and Verifying an Evolving Distributed Control System Using an Event-Based Approach." In Leveraging Applications of Formal Methods, Verification and Validation. Specialized Techniques and Applications, 573–87. Berlin, Heidelberg: Springer Berlin Heidelberg, 2014. http://dx.doi.org/10.1007/978-3-662-45231-8_48.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Etzion, Opher, Yonit Magid, Ella Rabinovich, Inna Skarbovsky, and Nir Zolotorevsky. "Context-Based Event Processing Systems." In Reasoning in Event-Based Distributed Systems, 257–78. Berlin, Heidelberg: Springer Berlin Heidelberg, 2011. http://dx.doi.org/10.1007/978-3-642-19724-6_12.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Cristea, Valentin, Florin Pop, Ciprian Dobre, and Alexandru Costan. "Distributed Architectures for Event-Based Systems." In Reasoning in Event-Based Distributed Systems, 11–45. Berlin, Heidelberg: Springer Berlin Heidelberg, 2011. http://dx.doi.org/10.1007/978-3-642-19724-6_2.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Helmer, Sven, Alex Poulovassilis, and Fatos Xhafa. "Introduction to Reasoning in Event-Based Distributed Systems." In Reasoning in Event-Based Distributed Systems, 1–10. Berlin, Heidelberg: Springer Berlin Heidelberg, 2011. http://dx.doi.org/10.1007/978-3-642-19724-6_1.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Dugenie, Pascal, and Stefano A. Cerri. "The Principle of Immanence in Event-Based Distributed Systems." In Reasoning in Event-Based Distributed Systems, 239–56. Berlin, Heidelberg: Springer Berlin Heidelberg, 2011. http://dx.doi.org/10.1007/978-3-642-19724-6_11.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Conference papers on the topic "Distributed event-based system"

1

Laigner, Rodrigo, Yongluan Zhou, and Marcos Antonio Vaz Salles. "A distributed database system for event-based microservices." In DEBS '21: The 15th ACM International Conference on Distributed and Event-based Systems. New York, NY, USA: ACM, 2021. http://dx.doi.org/10.1145/3465480.3466919.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Myers, J., M. R. Grimaila, and R. F. Mills. "Log-Based Distributed Security Event Detection Using Simple Event Correlator." In 2011 44th Hawaii International Conference on System Sciences (HICSS 2011). IEEE, 2011. http://dx.doi.org/10.1109/hicss.2011.288.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Blanco, Rolando, and Paulo Alencar. "Distributed Event-Based System Features: Representation and Reasoning." In 2010 International Conference on Software - Science, Technology and Engineering (SWSTE). IEEE, 2010. http://dx.doi.org/10.1109/swste.2010.10.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Lim, Léon, and Denis Conan. "Distributed event-based system with multiscoping for multiscalability." In the 9th Workshop. New York, New York, USA: ACM Press, 2014. http://dx.doi.org/10.1145/2676733.2676736.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Qian, Shiyou, Jian Cao, Frédéric Le Mouël, Minglu Li, and Jie Wang. "Towards prioritized event matching in a content-based publish/subscribe system." In DEBS '15: The 9th ACM International Conference on Distributed Event-Based Systems. New York, NY, USA: ACM, 2015. http://dx.doi.org/10.1145/2675743.2771823.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Sejdovic, Suad, Yvonne Hegenbarth, Gerald H. Ristow, and Roland Schmidt. "Proactive disruption management system." In DEBS '16: The 10th ACM International Conference on Distributed and Event-based Systems. New York, NY, USA: ACM, 2016. http://dx.doi.org/10.1145/2933267.2933271.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Bemani, Ali, and Niclas Bjorsell. "Distributed Event-Triggered Control of Vehicular Networked System with Bursty Packet Drops." In 2021 7th International Conference on Event-Based Control, Communication, and Signal Processing (EBCCSP). IEEE, 2021. http://dx.doi.org/10.1109/ebccsp53293.2021.9502365.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Ujcich, Benjamin E., Samuel Jero, Richard Skowyra, Steven R. Gomez, Adam Bates, William H. Sanders, and Hamed Okhravi. "Automated Discovery of Cross-Plane Event-Based Vulnerabilities in Software-Defined Networking." In Network and Distributed System Security Symposium. Reston, VA: Internet Society, 2020. http://dx.doi.org/10.14722/ndss.2020.24080.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Luthra, Manisha. "Adapting to Dynamic User Environments in Complex Event Processing System using Transitions." In DEBS '18: The 12th ACM International Conference on Distributed and Event-based Systems. New York, NY, USA: ACM, 2018. http://dx.doi.org/10.1145/3210284.3226051.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Shi, Ruisheng, Yang Zhang, Junliang Chen, Bo Cheng, Xiuquan Qiao, and Budan Wu. "Summary Instance: Scalable Event Priority Determination Engine for Large Scale Distributed Event-Based System." In 2012 IEEE International Conference on Services Computing (SCC). IEEE, 2012. http://dx.doi.org/10.1109/scc.2012.44.

Full text
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!

To the bibliography