Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to main content

Showing 1–4 of 4 results for author: Di Sanzo, P

.
  1. arXiv:2104.03187  [pdf, other

    cs.PF cs.DB cs.DC

    A Preliminary Proposal for an Analytical Model for Evaluating the Impact on Performance of Data Access Patterns in Transaction Execution

    Authors: Pierangelo Di Sanzo

    Abstract: We present a preliminary proposal for an analytical model for evaluating the impact on performance of data access patterns in concurrent transaction execution. We consider the case of concurrency control protocols that use locking to ensure isolation in the execution of transactions. We analyse scenarios where transactions access one or more sets of data items in the same order or in different ord… ▽ More

    Submitted 18 October, 2021; v1 submitted 7 April, 2021; originally announced April 2021.

  2. Mutable Locks: Combining the Best of Spin and Sleep Locks

    Authors: Romolo Marotta, Davide Tiriticco, Pierangelo Di Sanzo, Alessandro Pellegrini, Bruno Ciciani, Francesco Quaglia

    Abstract: In this article we present Mutable Locks, a synchronization construct with the same execution semantic of traditional locks (such as spin locks or sleep locks), but with a self-tuned optimized trade off between responsiveness---in the access to a just released critical section---and CPU-time usage during threads' wait phases. It tackles the need for modern synchronization supports, in the era of m… ▽ More

    Submitted 14 June, 2019; v1 submitted 2 June, 2019; originally announced June 2019.

    Comments: Added a missing author

  3. arXiv:1707.09642  [pdf, other

    cs.PF

    Adaptive Performance Optimization under Power Constraint in Multi-thread Applications with Diverse Scalability

    Authors: Stefano Conoci, Pierangelo Di Sanzo, Bruno Ciciani, Francesco Quaglia

    Abstract: In modern data centers, energy usage represents one of the major factors affecting operational costs. Power capping is a technique that limits the power consumption of individual systems, which allows reducing the overall power demand at both cluster and data center levels. However, literature power capping approaches do not fit well the nature of important applications based on first-class multi-… ▽ More

    Submitted 3 September, 2017; v1 submitted 30 July, 2017; originally announced July 2017.

    Comments: 11 pages, 18 figures

    MSC Class: 68M20

  4. arXiv:1411.7910  [pdf, other

    cs.PF cs.DC

    A Flexible Framework for Accurate Simulation of Cloud In-Memory Data Stores

    Authors: Pierangelo Di Sanzo, Francesco Quaglia, Bruno Ciciani, Alessandro Pellegrini, Diego Didona, Paolo Romano, Roberto Palmieri, Sebastiano Peluso

    Abstract: In-memory (transactional) data stores are recognized as a first-class data management technology for cloud platforms, thanks to their ability to match the elasticity requirements imposed by the pay-as-you-go cost model. On the other hand, defining the well-suited amount of cache servers to be deployed, and the degree of in-memory replication of slices of data, in order to optimize reliability/avai… ▽ More

    Submitted 28 November, 2014; originally announced November 2014.

    Comments: 34 pages