Essays about: "scheduling"

Showing result 21 - 25 of 697 essays containing the word scheduling.

  1. 21. Model-Level Timing Analysis for UML-RT Capsules

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

    Author : Niclas Ståhlbom; [2023]
    Keywords : computer science; software engineering; algorithm; real-time; real-time systems; UML-RT; capsule diagram; WCET; analysis; WCET analysis;

    Abstract : Real-time systems surround every facet of our lives. They can be found in anything from everyday objects like mobile phones and washing machines to objects critical to life and infrastructure including heart rate monitors and nuclear power plants. As time progresses these systems are becoming ever more complex. READ MORE

  2. 22. An ILP-model for the Train platforming problem

    University essay from Linköpings universitet/Tillämpad matematik; Linköpings universitet/Tekniska fakulteten

    Author : Simon Calderon; [2023]
    Keywords : Optimization; Integer programming; Train platforming; Train scheduling; Optimering; Heltalsprogrammering; Tåg; Järnväg; Schemaläggning;

    Abstract : The goal of this thesis is to create an optimization model to optimize the routing of trains within railway stations. This problem is known as the train platforming problem, and the model we present is an integer programming model. By this model we aim to optimize factors such as walking distance, switch usage or platform usage. READ MORE

  3. 23. Computation Offloading for Real-Time Applications : Server Time Reservation for Periodic Tasks

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

    Author : Lizzy Tengana Hurtado; [2023]
    Keywords : Computation Offloading; Real-Time Applications; Resource Reservation; Beräkningsavlastning; realtidsapplikationer; resursreservation;

    Abstract : Edge computing is a distributed computing paradigm where computing resources are located physically closer to the data source compared to the traditional cloud computing paradigm. Edge computing enables computation offloading from resource-constrained devices to more powerful servers in the edge and cloud. READ MORE

  4. 24. The ecological impact of artificial light at night in landscape architecture : strategies and guidelines for street lights for the benefit of biodiversity and local wildlife

    University essay from SLU/Dept. of Urban and Rural Development

    Author : Zozan Altun; [2023]
    Keywords : light pollution; artificial light at night; ecology; biodiversity; local wildlife; landscape architecture; guidelines; strategies;

    Abstract : Artificial light at night (ALAN) is an increasingly common form of light pollution that contributes to biodiversity loss, loss of dark habitats, disrupting populations both on an individual- and population level by invading biodiversity hot spots. Recent studies show that artificial light is increasing at a rate of approximately 6% annually over Earth’s surface, and 88% of Europe and 47% of the United States experience light pollution on a nightly basis. READ MORE

  5. 25. Rust async for thread-per-core packet processing

    University essay from Linköpings universitet/Institutionen för datavetenskap

    Author : Josef Olsson; Isak Stenström; [2023]
    Keywords : ;

    Abstract : When building a packet processing system, it is common to use frameworks that are written in C and built upon DPDK Eventdev, which is what Ericsson AB currently uses. However, using Rust async for this task could improve the developer experience and efficiency. READ MORE