Essays about: "Concurrency Error Study"

Found 2 essays containing the words Concurrency Error Study.

  1. 1. Blocking violations in reactive Java frameworks

    University essay from Mittuniversitetet/Institutionen för data- och systemvetenskap

    Author : Morgan Vallin; Robin Sundström; [2020]
    Keywords : RxJava; Project-reactor; Concurrency Error Study; BlockHound; Reactive Programming;

    Abstract : Concurrency in programming is a way of interleaving tasks in order to enhance the performance of an application. Previous research has found that concurrency errors are hard to avoid, hard to find, and that they often degrade performance of the application. READ MORE

  2. 2. Software Transactional Memory Techniques : Principles, Design, and Implementation Trade-offs

    University essay from Blekinge Tekniska Högskola/Sektionen för datavetenskap och kommunikation

    Author : Muhammad Nasir; [2009]
    Keywords : Multiprocessor; Concurrency; Synchronization; Transactional Memory;

    Abstract : The advent of multicore processors has put the performance of traditional parallel programming techniques in question. The traditional lock-based parallel programming techniques are error prone and suffer from various problems such as deadlocks, live-locks, priority inversion etc. READ MORE