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

<component id="pmqueue" name="POSIX Message Queues">
  <title>POSIX Message Queues</title>
  <info>
    <authorgroup>

      <author>
	<firstname>Sergio</firstname>
	<surname>Saez</surname>
	<affiliation>
	  <orgname>UPVLC</orgname>
	</affiliation>
	<email><ulink url="mailto:ssaez@disca.upv.es">ssaez@disca.upv.es</ulink></email>
      </author>

    </authorgroup>
    
    <copyright>
      <year>2002</year>
      <holder>OCERA Consortium</holder>
    </copyright>

    <workpackage id="WP5" />

    <date start="15/12/2002"/>

    <version cvs="sched/pmqueue" value="0.1"/>
    <licenses>
  <license name="MPL" />
  <license name="GPL" />
  <license name="LGPL" />
  <license name="CeCILL" file="cecill.pdf" />
</licenses>
    <status value="Alpha"/>
    <home-page url="http://www.ocera.org"/>
    <hardware processor="Independent"/>
    <platform rtlinux="3.1"/>
    <componenttype value="HiLevel"/>
    <keywords>Real-Time, POSIX, communication, IPC</keywords>
    <dependencies>
      <dependency version="3.2">RTLinux</dependency>
    </dependencies>

    <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>

  </info>


  <!-- ================================================== Description -->
  <description>
    UNIX systems offers several possibilities for interprocess
    communication: signals, pipes and fifos, shared memory, sockets,
    etc. In RTLinux, the most flexible one is shared memory, but the
    programmer has to use alternative synchronisation mechanism to
    build a safe communication mechanism between process or
    threads. On the other hand, signals and pipes lack certain
    flexibility to establish communication channels between process.


  </description>

</component>

