SwePub
Sök i SwePub databas

  Extended search

Träfflista för sökning "WFRF:(Nolte Thomas) "

Search: WFRF:(Nolte Thomas)

  • Result 31-40 of 414
Sort/group result
   
EnumerationReferenceCoverFind
31.
  • Afshar, Sara (author)
  • Lock-Based Resource Sharing for Real-Time Multiprocessors
  • 2017
  • Doctoral thesis (other academic/artistic)abstract
    • Embedded systems are widely used in the industry and are typically resource constrained, i.e., resources such as processors, I/O devices, shared buffers or shared memory might be limited in the system. Hence, techniques that can enable an efficient usage of processor bandwidths in such systems are of great importance. Locked-based resource sharing protocols are proposed as a solution to overcome resource limitation by allowing the available resources in the system to be safely shared. In recent years, due to a dramatic enhancement in the functionality of systems, a shift from single-core processors to multi-core processors has become inevitable from an industrial perspective to tackle the raised challenges due to increased system complexity. However, the resource sharing protocols are not fully mature for multi-core processors. The two classical multi-core processor resource sharing protocols, spin-based and suspension-based protocols, although providing mutually exclusive access to resources, can introduce long blocking delays to tasks, which may be unacceptable for many industrial applications. In this thesis we enhance the performance of resource sharing protocols for partitioned scheduling, which is the de-facto scheduling standard for industrial real-time multi-core processor systems such as in AUTOSAR, in terms of timing and memory requirements. A new scheduling approach uses a resource efficient hybrid approach combining both partitioned and global scheduling where the partitioned scheduling is used to schedule the major number of tasks in the system. In such a scheduling approach applications with critical task sets use partitioned scheduling to achieve higher level of predictability. Then the unused bandwidth on each core that is remained from partitioning is used to schedule less critical task sets using global scheduling to achieve higher system utilization. These scheduling schema however lacks a proper resource sharing protocol since the existing protocols designed for partitioned and global scheduling cannot be directly applied due to the complex hybrid structure of these scheduling frameworks. In this thesis we propose a resource sharing solution for such a complex structure. Further, we provide the blocking bounds incurred to tasks under the proposed protocols and enhance the schedulability analysis, which is an essential requirement for real-time systems, with the provided blocking bounds.
  •  
32.
  • Afshar, Sara (author)
  • Lock-Based Resource Sharing in Real-Time Multiprocessor Platforms
  • 2014
  • Licentiate thesis (other academic/artistic)abstract
    • Embedded systems are typically resource constrained, i.e., resources such as processors, I/O devices, shared buffers or shared memory can be limited for tasks in the system. Therefore, techniques that enable an efficient usage of such resources are of great importance.In the industry, typically large and complex software systems are divided into smaller parts (applications) where each part is developed independently. Migration towards multiprocessor platforms has become inevitable from an industrial perspective. Due to such migration and to efficient use of system resources, these applications eventually may be integrated on a shared multiprocessor platform. In order to facilitate the integration phase of the applications on a shared platform, the timing and resource requirements of each application can be provided in an interface when the application is developed. The system integrator can benefit from such provided information in the interface of each application to ease the integration process. In this thesis, we have provided the resource and timing requirements of each application in their interfaces for applications that may need several processors to be allocated on when they are developed.Although many scheduling techniques have been studied for multiprocessor systems, these techniques are usually based on the assumption that tasks are independent, i.e. do not share resources other than the processors. This assumption is typically not true. In this thesis, we provide an extension to such systems to handle sharing of resources other than processor among tasks. Two traditional approaches exist for multiprocessor systems to schedule tasks on processors. A recent scheduling approach for multiprocessors has combined the two traditional approaches and achieved a hybrid more efficient approach compared to the two previous one. Due to the complex nature of this scheduling approach the conventional approaches for resource sharing could not be used straight forwardly. In this thesis, we have modified resource sharing approaches such that they can be used in such hybrid scheduling systems. A second concern is that enabling resource sharing in the systems can cause unpredictable delays and variations in response time of tasks which can degrade system performance. Therefore, it is of great significance to improve the resource handling techniques to reduce the effect of imposed delays caused by resource sharing in a multiprocessor platform. In this thesis we have proposed alternative techniques for resource handling that can improve system performance for special setups.
  •  
33.
  • Afshar, Sara, et al. (author)
  • Per Processor Spin-Lock Priority for Partitioned Multiprocessor Real-Time Systems
  • 2014
  • Reports (other academic/artistic)abstract
    • Two traditional approaches exist for a task that is blocked on a global resource; a task either performs a non-preemptive busy wait, i.e., spins, or suspends and releases the processor. Previously, we have shown that both approaches can be viewed as spinning either at the highest priority HP or at the lowest priority on the processor LP, respectively. Based on this view, previously we have generalized a task's blocking behavioral model, as spinning at any arbitrary priority level. In this paper, we focus on a particular class of spin-lock protocols from the introduced flexible spin-lock model where spinning is performed at a priority equal to or higher than the highest local ceiling of the global resources accessed on a processor referred to as CP spin-lock approach. In this paper, we assume that all tasks of a specific processor are spinning on the same priority level. Given this class and assumption, we show that there exists a spin-lock protocol in this range that dominates the classic spin-lock protocol which tasks spin on highest priority level (HP). However we show that this new approach is incomparable with the CP spin-lock approach. Moreover, we show that there may exist an intermediate spin-lock approach between the priority used by CP spin-lock approach and the new introduced spin-lock approach that can make a task set schedulable when those two cannot. We provide an extensive evaluation results comparing the HP, CP and the new proposed approach.
  •  
34.
  • Afshar, Sara, et al. (author)
  • Per Processor Spin-Lock Priority for Partitioned Multiprocessor Real-Time Systems
  • 2017
  • In: Leibniz Transactions on Embedded Systems. - 2199-2002. ; :2
  • Journal article (other academic/artistic)abstract
    • Two traditional approaches exist for a task that is blocked on a global resource; a task either performs a non-preemptive busy wait, i.e., spins, or suspends and releases the processor. Previously, we have shown that both approaches can be viewed as spinning either at the highest priority HP or at the lowest priority on the processor LP, respectively. Based on this view, previously we have generalized a task's blocking behavioral model, as spinning at any arbitrary priority level. In this paper, we focus on a particular class of spin-lock protocols from the introduced flexible spin-lock model where spinning is performed at a priority equal to or higher than the highest local ceiling of the global resources accessed on a processor referred to as CP spin-lock approach. In this paper, we assume that all tasks of a specific processor are spinning on the same priority level. Given this class and assumption, we show that there exists a spin-lock protocol in this range that dominates the classic spin-lock protocol which tasks spin on highest priority level (HP). However we show that this new approach is incomparable with the CP spin-lock approach. Moreover, we show that there may exist an intermediate spin-lock approach between the priority used by CP spin-lock approach and the new introduced spin-lock approach that can make a task set schedulable when those two cannot. We provide an extensive evaluation results comparing the HP, CP and the new proposed approach.
  •  
35.
  • Afshar, Sara, et al. (author)
  • Resource Sharing among Prioritized Real-Time Applications on Multiprocessors
  • 2015
  • In: ACM SIGBED Review - Special Issue on the 6th International Workshop on Compositional Theory and Technology for Real-Time Embedded Systems. - : Association for Computing Machinery (ACM). ; , s. 46-55
  • Conference paper (peer-reviewed)abstract
    • In this paper, we propose a new protocol for handling resource sharing among prioritized real-time applications composed on a multiprocessor platform. We propose an optimal priority assignment algorithm which assigns unique priorities to the applications based on information in their interfaces. We have performed experimental evaluations to compare the proposed protocol (called MSOS-Priority) to the current state of the art locking protocols under multiprocessor partitioned scheduling, i.e., MPCP, MSRP, FMLP, MSOS, and OMLP. The valuations show that MSOS-Priority mostly performs significantly better than alternative approaches.
  •  
36.
  • Afshar, Sara, et al. (author)
  • Resource sharing in a hybrid partitioned/global scheduling framework for multiprocessors
  • 2015
  • In: IEEE International Conference on Emerging Technologies and Factory Automation, ETFA. - 9781467379298
  • Conference paper (peer-reviewed)abstract
    • For resource-constrained embedded real-time systems, resource-efficient approaches are very important. Such an approach is presented in this paper, targeting systems where a critical application is partitioned on a multi-core platform and the remaining capacity on each core is provided to a noncritical application using resource reservation techniques. To exploit the potential parallelism of the non-critical application, global scheduling is used for its constituent tasks. Previously, we enabled intra-application resource sharing for such a framework, i.e. each application has its own dedicated set of resources. In this paper, we enable inter-application resource sharing, in particular between the critical application and the non-critical application. This effectively enables resource sharing in a hybrid partitioned/global scheduling framework on multiprocessors. For resource sharing, we use a spin-based synchronization protocol. We derive blocking bounds and extend existing schedulability analysis for such a system.
  •  
37.
  • Afshar, Sara, et al. (author)
  • Resource Sharing Under Global Scheduling with Partial Processor Bandwidth
  • 2015
  • In: 2015 10th IEEE International Symposium on Industrial Embedded Systems, SIES 2015 - Proceedings. - 9781467377119 ; , s. 195-206
  • Conference paper (peer-reviewed)abstract
    • Resource efficient approaches are of great importance for resource constrained embedded systems. In this paper, we present an approach targeting systems where tasks of a critical application are partitioned on a multi-core platform and by using resource reservation techniques, the remaining bandwidth capacity on each core is utilized for one or a set of non-critical application(s). To provide a resource efficient solution and to exploit the potential parallelism of the extra applications on the multi-core processor, global scheduling is used to schedule the tasks of the non-critical applications. Recently a specific instantiation of such a system has been studied where tasks do not share resources other than the processor. In this paper, we enable semaphore-based resource sharing among tasks within critical and non-critical applications using a suspension-based synchronization protocol. Tasks of non-critical applications have partial access to the processor bandwidth. The paper provides the systems schedulability analysis where blocking due to resource sharing is bounded. Further, we perform experimental evaluations under balanced and unbalanced allocation of tasks of a critical application to cores.
  •  
38.
  • Afshar, Sara, et al. (author)
  • Resource Sharing under Multiprocessor Semi-Partitioned Scheduling
  • 2012
  • In: 18th IEEE International Conference on Embedded and Real-Time Computing Systems and Applications (RTCSA'12). - : IEEE. - 9781467330176 - 9780769548241 ; , s. 290-299
  • Conference paper (peer-reviewed)abstract
    • Semi-partitioned scheduling has become the subject of recent interest for multiprocessors due to better utilization results, compared to conventional global and partitioned scheduling algorithms. Under semi-partitioned scheduling, a major group of tasks are assigned to fixed processors while a low number of tasks are allocated to more than one processor. Various task assigning techniques have recently been proposed in a semi-partitioned environment. However, a synchronization mechanism for resource sharing among tasks in semi-partitioned scheduling has not yet been investigated. In this paper we propose and evaluate two methods for handling resource sharing under semi-partitioned scheduling in multiprocessor platforms. The main challenge addressed in this paper is to serve the resource requests of tasks that are assigned to different processors.
  •  
39.
  • Afshar, Sara, et al. (author)
  • Semi-partitioning under a Blocking-Aware Task Allocation
  • 2015
  • In: Proceedings - Real-Time Systems Symposium. - 9781467395076 ; , s. 379-379
  • Conference paper (peer-reviewed)abstract
    • Semi-partitioned scheduling is a resource efficient scheduling approach compared to the conventional multiprocessor scheduling approaches in terms of system utilization and migration overhead. Semi-partitioned scheduling can better utilize processor bandwidth compared to the partitioned scheduling while introducing less overhead compared to the global scheduling. Various techniques have been proposed to schedule tasks in a semi-partitioned environment, however, they have used blockingagnostic allocation mechanisms in presence of resource sharing protocols. Since, the allocation mechanism can highly affect the system schedulability, in this paper we provide a blocking-aware allocation mechanism for semi-partitioned scheduling framework under a suspension-based resource sharing protocol. We have applied new heuristics for sorting the tasks in the algorithm that shows improvements upon system schedulability. Finally, we present our preliminary results.
  •  
40.
  • Afshar, Sara, et al. (author)
  • Towards Resource Sharing under Multiprocessor Semi-Partitioned Scheduling
  • 2012
  • In: 7th IEEE International Symposium on Industrial Embedded Systems (SIES'12). - : IEEE. - 9781467326834 - 9781467326858 ; , s. 315-318
  • Conference paper (peer-reviewed)abstract
    • Semi-partitioned scheduling has been the subject of recent interest, compared with conventional global and partitioned scheduling algorithms for multiprocessors, due to better utilization results. In semi-partitioned scheduling most tasks are assigned to fixed processors while a low number of tasks are split up and allocated to different processors. Various techniques have recently been proposed to assign tasks in a semi-partitioned environment. However, an appropriate resource sharing mechanism for handling the resource requests between tasks in semi-partitioned scheduling has not yet been investigated. In this paper we propose two methods for handling resource sharing under semi-partitioned scheduling in multiprocessor platforms. The main challenge is to handle the resource requests of tasks that are split over multiple processors.
  •  
Skapa referenser, mejla, bekava och länka
  • Result 31-40 of 414
Type of publication
conference paper (270)
journal article (83)
licentiate thesis (19)
reports (16)
doctoral thesis (12)
book chapter (8)
show more...
other publication (3)
book (1)
editorial proceedings (1)
research review (1)
show less...
Type of content
peer-reviewed (354)
other academic/artistic (60)
Author/Editor
Nolte, Thomas (347)
Behnam, Moris (129)
Mubeen, Saad (32)
Almeida, Luis (30)
Papadopoulos, Alessa ... (30)
Sjödin, Mikael (29)
show more...
Åsberg, Mikael (26)
Liu, Meng (25)
Papadopoulos, Alessa ... (24)
Ashjaei, Mohammad (22)
Becker, Matthias (22)
Behnam, Moris, 1973- (21)
Gieger, Christian (20)
van der Harst, Pim (19)
Loos, Ruth J F (18)
Boerwinkle, Eric (18)
Norström, Christer (17)
Chasman, Daniel I. (16)
van Duijn, Cornelia ... (16)
Pedreiras, Paulo (16)
Uitterlinden, André ... (16)
Hayward, Caroline (16)
Feitosa, Mary F. (16)
Rudan, Igor (15)
Wareham, Nicholas J. (15)
Ridker, Paul M. (15)
Metspalu, Andres (15)
Sandström, Kristian (15)
Harris, Tamara B (15)
Kleber, Marcus E. (15)
Shin, Insik (15)
Hansson, Hans (14)
Nemati, Farhang, Sen ... (14)
Munroe, Patricia B. (14)
Gudnason, Vilmundur (14)
Esko, Tõnu (14)
Vollenweider, Peter (14)
Lind, Lars (13)
Campbell, Harry (13)
Afshar, Sara (13)
Nolte, Thomas, Profe ... (13)
J. Bril, Reinder (13)
Kuusisto, Johanna (13)
Laakso, Markku (13)
Boehnke, Michael (13)
Verweij, Niek (13)
Strauch, Konstantin (13)
Froguel, Philippe (13)
Wilson, James F. (13)
van der Most, Peter ... (13)
show less...
University
Mälardalen University (357)
Karolinska Institutet (30)
Lund University (29)
Uppsala University (25)
Örebro University (20)
University of Gothenburg (17)
show more...
Umeå University (14)
Royal Institute of Technology (14)
RISE (13)
Högskolan Dalarna (11)
Mid Sweden University (5)
Stockholm University (4)
Linköping University (3)
Halmstad University (2)
Stockholm School of Economics (2)
Chalmers University of Technology (1)
Karlstad University (1)
Blekinge Institute of Technology (1)
Swedish University of Agricultural Sciences (1)
show less...
Language
English (414)
Research subject (UKÄ/SCB)
Engineering and Technology (178)
Natural sciences (106)
Medical and Health Sciences (35)
Social Sciences (1)

Year

Kungliga biblioteket hanterar dina personuppgifter i enlighet med EU:s dataskyddsförordning (2018), GDPR. Läs mer om hur det funkar här.
Så här hanterar KB dina uppgifter vid användning av denna tjänst.

 
pil uppåt Close

Copy and save the link in order to return to this view