public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Message Queue Support in Cygwin
@ 2002-07-05  9:57 Mark
  2002-07-05 10:26 ` Conrad Scott
  0 siblings, 1 reply; 2+ messages in thread
From: Mark @ 2002-07-05  9:57 UTC (permalink / raw)
  To: cygwin

I am a new user to Cygwin so I apologize in advance if this is one of those
stupid
questions that I shouldn't be asking.

Based on all the searching that I have done, message queue support does not
exist
currently in cygwin - is this correct?

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?

Mark.



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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Message Queue Support in Cygwin
  2002-07-05  9:57 Message Queue Support in Cygwin Mark
@ 2002-07-05 10:26 ` Conrad Scott
  0 siblings, 0 replies; 2+ messages in thread
From: Conrad Scott @ 2002-07-05 10:26 UTC (permalink / raw)
  To: cygwin

"Mark" <mark@arriso.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/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-07-05 17:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-05  9:57 Message Queue Support in Cygwin Mark
2002-07-05 10:26 ` Conrad Scott

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).