All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: Roderik_Wildenburg@domain.hid
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-help] InterProcessCommunication between Xenomai task and	Linux process
Date: Fri, 27 Oct 2006 14:51:11 +0200	[thread overview]
Message-ID: <454200BF.6050009@domain.hid> (raw)
In-Reply-To: <5D63919D95F87E4D9D34FF7748CE2C2A5FF8F7@domain.hid>

Roderik_Wildenburg@domain.hid wrote:
> Is there a standard way for communication between nativ Linux processes
> and Xenomai task which ensures that the Xenomai task does not lose its
> raltime capability (e.g. can I use Xenomai (Posix)-queues within Linux
> processes ?).
> I just need a hint, where I can read about it.

Xenomai POSIX messages queues can only be used by Xenomai tasks, but
Xenomai tasks do not switch to secondary mode when using POSIX messages
queues. Note that when using the POSIX skin, all tasks are Xenomai
tasks, the SCHED_OTHER policy being reserved to non-realtime task.

Another solution is to use the native skin message pipe services,
described here:
http://www.xenomai.org/documentation/trunk/html/api/group__pipe.html

-- 
                                                  Gilles Chanteperdrix


      reply	other threads:[~2006-10-27 12:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-27  9:24 [Xenomai-help] InterProcessCommunication between Xenomai task and Linux process Roderik_Wildenburg
2006-10-27 12:51 ` Gilles Chanteperdrix [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=454200BF.6050009@domain.hid \
    --to=gilles.chanteperdrix@xenomai.org \
    --cc=Roderik_Wildenburg@domain.hid \
    --cc=xenomai@xenomai.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.