Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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" To: References: Subject: Re: Message Queue Support in Cygwin Date: Fri, 5 Jul 2002 18:21:43 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 "Mark" 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 and , 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/