On efficient distributed deadlock avoidance for real-time and embedded systems

  • Authors:
  • César Sánchez;Henny B. Sipma;Zohar Manna;Venkita Subramonian;Christopher Gill

  • Affiliations:
  • Stanford University, Computer Science Dept., Stanford, CA;Stanford University, Computer Science Dept., Stanford, CA;Stanford University, Computer Science Dept., Stanford, CA;Washington University, Dept. of Computer Science and Engineering, St. Louis, MO;Washington University, Dept. of Computer Science and Engineering, St. Louis, MO

  • Venue:
  • IPDPS'06 Proceedings of the 20th international conference on Parallel and distributed processing
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

Thread allocation is an important problem in distributed real-time and embedded (DRE) systems. A thread allocation policy that is too liberal may cause deadlock, while a policy that is too conservative limits potential parallelism, thus wasting resources. However, achieving (globally) optimal thread utilization, while avoiding deadlock, has been proven impractical in distributed systems: it requires too much communication between components. In previous work we showed that efficient local thread allocation protocols are possible if the protocols are parameterized by global static data, in particular by an annotation of the global call graph of all tasks to be performed by the system. We proved that absence of cyclic dependencies in this annotation guarantees absence of deadlock. In this paper we present an algorithm to compute optimal annotations, that is annotations that maximize parallelism while satisfying the condition of acyclicity. Moreover, we show that the condition of acyclicity is in fact tight and exhibits a rather surprising anomaly: if a cyclic dependency is present in the annotation of the call graph and a certain minimum number of threads is provided, deadlock is reachable. Thus, in the presence of cyclic dependencies, increasing the number of threads may introduce the possibility of deadlock in an originally deadlock free system.