From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <45007AF4.4050808@domain.hid> Date: Thu, 07 Sep 2006 15:03:00 -0500 From: Jeff Webb MIME-Version: 1.0 Subject: Re: [Xenomai-help] Porting / API Questions References: <44FF3C26.10501@domain.hid> <17663.64870.945605.117981@domain.hid> In-Reply-To: <17663.64870.945605.117981@domain.hid> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gilles Chanteperdrix Cc: xenomai@xenomai.org Gilles Chanteperdrix wrote: > There should be no problem mixing the POSIX API with other > interfaces. If a POSIX service absolutely requires a POSIX skin thread, > it will return an error of EPERM when called from an invalid > context. Thanks! > Now, if you want to exchange messages "the POSIX way", you can > use POSIX message queues. I will probably make this switch, but I would rather get the code ported to xenomai with as few changes as possible. After that, I will try to go "the POSIX way" to future-proof the code as much as possible. -Jeff