Hive: Framework de sincronización de objetos en la nube para sistemas distribuidos multiplataforma

Permanent URI for this collection

Browse

Recent Submissions

Now showing 1 - 3 of 3
  • Item
    A cloud powered relaxed heterogeneous distributed shared memory system
    (Universidad Nacional del Centro de la Provincia de Buenos Aires, 2018-10) Teragni, Matías Iván ; Zabala, Gonzalo Esteban ; Blanco, Sebastián Gabriel
    Distributed systems allow the existence of impressive pieces of software, but usually impose strict restrictions on the implementation language and model. We propose a distribution system model that enables the incorporation of any hardware device connected to the internet as its nodes, and places no restriction on the execution engine, allowing the transparent incorporation of any existing codebase into a Distributed Shared Memory.Cloud Computing,
  • Item
    Garantizando la consistencia de JavaScript en un contexto de memoria compartida
    (Universidad Nacional del Nordeste. Facultad de Ciencias Exactas, 2018) Teragni, Matías Iván ; Zabala, Gonzalo Esteban ; Morán, Jorge Ricardo ; Blanco, Sebastián Gabriel
    El propósito de este proyecto es diseñar e implementar un conjunto de librerías, técnicas y funcionalidades que permitan, dado un sistema distribuido de memoria compartida, generar código javascript que ejecute haciendo uso de los diversos nodos presentes prestando garantías sobre la consistencia del programa ejecutado, y brindando las herramientas necesarias para poder garantizar la semántica del código escrito por el programador, y su predictibilidad a la hora de ejecutar.
  • Item
    Lambda Hive : formal semantics of an edge computing model based on JavaScript
    (IGI Global, 2022) Teragni, Matías Iván ; Pons, Claudia Fabiana
    Edge computing is a paradigm that appliesvirtualization technology that makes it easier to deploy and run a wider range of applications on the edge servers and take advantage of largely unused computational resources. This article describes the design andformalization of Hive, a distributed shared memory model that can be transparently integrated with JavaScript using a standard out of the box runtime.To define such model a formal definition of the JavaScript language was used and extended to includemodern capabilities and custom semantics. This extended model wasused to prove that the distributedshared memory can operate on top of existing and unmodified web browsers.The proposed model guarantees the eventual synchronization of data across all the system and providesthe possibility to have a stricter consistency using standard httpoperations. The technicalfeasibility of this proposal was empirically validated by aprototype that yields reasonably lowpropagation time and allows the distribution of preexisting JavaScript code without any majormodifications.Additionally, the comprehensive formalization of the Hive execution model allows developers to guarantee certain properties of the synchronization mechanism, such as efficientand no blocking.