<?xml version="1.0" encoding='ISO-8859-1'?>
<!--DOCTYPE component PUBLIC "-//OCERA//DTD component XML V1.0//EN" "file:component.dtd"-->

<component id="appsched" name="Application Scheduler">
  <title>Application-defined Scheduler</title>
  <info>
    <authorgroup>  
      <author>
	<firstname>Josep</firstname>
	<surname>Vidal</surname>
	<affiliation>
	  <orgname>UPVLC</orgname>
	</affiliation>
	<email><ulink url="mailto:jvidal@disca.upv.es">jvidal@disca.upv.es</ulink></email>
      </author>
    </authorgroup>
    
    <reviewergroup>
      <author>
	<firstname>Ismael</firstname>
	<surname>Ripoll</surname>
	<affiliation>
	  <orgname>UPVLC</orgname>
	</affiliation>
	<email><ulink url="mailto:iripoll@disca.upv.es">iripoll@disca.upv.es</ulink></email>
      </author>
    </reviewergroup>

    <copyright>
      <year>2003</year>
      <holder>OCERA Consortium</holder>
    </copyright>

    <deliverable file="ms2-month12/WP5/D5.2_rep.pdf" />
    <workpackage id="WP5" />

    <date start="15/09/2002" release="22/04/2003"/>
    <version cvs="sched/appsched" value="0.2-1"/>
    <status value="Stable"/>

    <licenses>
  <license name="MPL" />
  <license name="GPL" />
  <license name="LGPL" />
  <license name="CeCILL" file="cecill.pdf" />
</licenses>
    <home-page url="http://www.ocera.org"/>

    <hardware processor="Independent"/>
    <platform rtlinux="3.2pre1"/>
    <componenttype value="LowLevel"/>

    <dependencies>
      <dependency version="3.2pre1">RTLinux</dependency>
      <dependency version=">=0.2">PSignals</dependency>
      <dependency version=">=0.2">PTimers</dependency>
    </dependencies>

    <keywords>Real-Time, POSIX, scheduling</keywords>

  </info>

  <!-- ================================================== Description -->
  <description>
    Application-defined scheduling (ADS for short) is an application
    program interface (API) that enables applications to use
    application-defined scheduling algorithms in a way compatible with
    the scheduling model defined in POSIX. Several application-defined
    schedulers, implemented as special user threads, can coexist in
    the system in a predictable way. The application defined scheduler
    in RTLinux is a key facility which will help in the adoption of
    the already available scheduling theory.
  </description>
  
</component>

