delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Message-ID: | <044401c22448$6f4e8fa0$6132bc3e@BABEL> |
From: | "Conrad Scott" <Conrad DOT Scott AT dsl DOT pipex DOT com> |
To: | <cygwin AT cygwin DOT com> |
References: | <PKEHLNOJLGJKPEECBABDCECECAAA DOT mark AT arriso DOT com> |
Subject: | Re: Message Queue Support in Cygwin |
Date: | Fri, 5 Jul 2002 18:21:43 +0100 |
MIME-Version: | 1.0 |
X-Priority: | 3 |
X-MSMail-Priority: | Normal |
X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2600.0000 |
"Mark" <mark AT arriso DOT com> wrote: > In the places that I have found references to the mqueue > api functions (mq_open, mq_send ...), there is a comment > that they are not implemented. > > Is there any support for message queues in any of the > cygwin releases? Not that I know of, but it could well be implemented via the emerging cygserver. Alternatively, and if you're desperate to get mqueue's on cygwin, the newlib sources contain an implementation for Linux (newlib/sys/linux/mq_*) that seems to depend on nothing more than <sys/mmap.h> and <sys/sem.h>, so you might well be able to get that code working with cygipc. That's just a "thinking out loud" idea, so no guarantees of its sanity :-) BTW, does anyone know if this facility is usually implemented in the kernel or in user libraries on Un*x systems? Or isn't it usually implemented (yet)? // Conrad -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |