Essays about: "thread isolation"

Found 3 essays containing the words thread isolation.

  1. 1. A performance evaluation of concurrent programming with the Swift actor model

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Alex Diaz; [2022]
    Keywords : Concurrent programming; performance analysis; Swift; the actor model; Samtidig programkörning; prestandautvärdering; Swift; actor-modellen;

    Abstract : The Swift programming language recently introduced the actor model alongside Swift concurrency as a first-class citizen. Previously, concurrent programming in Swift required importing modules, e.g., Grand Central Dispatch. READ MORE

  2. 2. RISC-V Thread Isolation : Using Zephyr RTOS

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Gustav Midéus; Antonio Morales Chavez; [2020]
    Keywords : RISC-V; memory protection; embedded systems; thread isolation; real-time operating system RTOS ; IoT; RISC-V; minnesskydd; inbyggda system; trådisolering; RTOS; IoT;

    Abstract : Many embedded systems lack a memory management unit (MMU) and thus often also lack protection of memory. This causes these systems to be less robust since the operating system (OS), processes, and threads are no longer isolated from each other. READ MORE

  3. 3. Towards time predictable and efficient cache management in multi-threaded systems

    University essay from Mälardalens högskola/Akademin för innovation, design och teknik

    Author : Vildan Zivojevic; [2020]
    Keywords : ;

    Abstract : Once the cache memory was introduced in computer systems, the well-known gap in speeds between the memory and the CPU was reduced. However, various issues can occur within the cache, which has a significant impact on the performance and timing-predictability of an application. This thesis investigates one such issue, which is a cache contention. READ MORE