public inbox for pthreads-win32@sourceware.org
 help / color / mirror / Atom feed
* RE: snapshot-2002-03-02 available
@ 2002-04-01  6:13 Aurelio Medina
  0 siblings, 0 replies; 7+ messages in thread
From: Aurelio Medina @ 2002-04-01  6:13 UTC (permalink / raw)
  To: Crescioli, Phil, pthreads-win32

My POSIX MQ port depends on PThreads for Win32.  So until PTHREADS_SHARED_PROCESS is available the implementation works only between threads.

Aurelio Medina

-----Original Message-----
From: Crescioli, Phil [mailto:pcrescioli@dsrnet.com]
Sent: Friday, March 29, 2002 12:59 PM
To: pthreads-win32@sources.redhat.com
Subject: RE: snapshot-2002-03-02 available


Hello all,
I am re-visiting some Win32 stuff and...
Can I use Posix Message Queues for Win32 to send/receive messages 
between different processes in a single win32 box(ie; an MQ sender
process who
sends to a MQ reciever process)?

Or is Posix Message Queues for Win32 dependent on win32 pthreads making 
this not yet possible due to PTHREADS_SHARED_PROCESS not yet
implemented?
Thanks,
Phil Crescioli

> -----Original Message-----
> From:	Ross Johnson [SMTP:rpj@ise.canberra.edu.au]
> Sent:	Saturday, March 02, 2002 1:24 AM
> To:	pthreads-win32@sources.redhat.com
> Subject:	NEW: snapshot-2002-03-02 available
> 
> There are bugs fixes, new routines, new tests, and a lot
> of reorganisation. Please see the ANNOUNCE, NEWS, and BUGS
> files in the package or at:
> 
> http://sources.redhat.com/pthreads-win32/announcement.html
> 
> There is also an updated Copyright notice on the source
> code, but NO CHANGE to the licensing, which is the GNU LGPL.
> 
> The Copyright notice replaces the original inadequate notice
> and reflects the heritage of the project.
> 
> The Copyright notice is slightly different to the one that I
> proposed on this list a few months back. This change was at
> my own instigation. I don't expect anyone to have any
> objection to it since there was no objection to the previous
> one, but please let me know if you do.
> 
> I've also made acknowledgements more prominent in the
> CONTRIBUTORS file and ChangeLog to go with the change in the
> copyright notice. Let me know if I've missed you out, or
> missed noting any significant contributions.
> 
> Enjoy!
> Ross

^ permalink raw reply	[flat|nested] 7+ messages in thread
* RE: snapshot-2002-03-02 available
@ 2002-03-29 10:59 Crescioli, Phil
  0 siblings, 0 replies; 7+ messages in thread
From: Crescioli, Phil @ 2002-03-29 10:59 UTC (permalink / raw)
  To: pthreads-win32

Hello all,
I am re-visiting some Win32 stuff and...
Can I use Posix Message Queues for Win32 to send/receive messages 
between different processes in a single win32 box(ie; an MQ sender
process who
sends to a MQ reciever process)?

Or is Posix Message Queues for Win32 dependent on win32 pthreads making 
this not yet possible due to PTHREADS_SHARED_PROCESS not yet
implemented?
Thanks,
Phil Crescioli

> -----Original Message-----
> From:	Ross Johnson [SMTP:rpj@ise.canberra.edu.au]
> Sent:	Saturday, March 02, 2002 1:24 AM
> To:	pthreads-win32@sources.redhat.com
> Subject:	NEW: snapshot-2002-03-02 available
> 
> There are bugs fixes, new routines, new tests, and a lot
> of reorganisation. Please see the ANNOUNCE, NEWS, and BUGS
> files in the package or at:
> 
> http://sources.redhat.com/pthreads-win32/announcement.html
> 
> There is also an updated Copyright notice on the source
> code, but NO CHANGE to the licensing, which is the GNU LGPL.
> 
> The Copyright notice replaces the original inadequate notice
> and reflects the heritage of the project.
> 
> The Copyright notice is slightly different to the one that I
> proposed on this list a few months back. This change was at
> my own instigation. I don't expect anyone to have any
> objection to it since there was no objection to the previous
> one, but please let me know if you do.
> 
> I've also made acknowledgements more prominent in the
> CONTRIBUTORS file and ChangeLog to go with the change in the
> copyright notice. Let me know if I've missed you out, or
> missed noting any significant contributions.
> 
> Enjoy!
> Ross

^ permalink raw reply	[flat|nested] 7+ messages in thread
* RE: snapshot-2002-03-02 available
@ 2002-03-04  7:01 Crescioli, Phil
  2002-03-04 14:57 ` Ross Johnson
  0 siblings, 1 reply; 7+ messages in thread
From: Crescioli, Phil @ 2002-03-04  7:01 UTC (permalink / raw)
  To: pthreads-win32

Ross,
Your win32pthreads lib saved me so much time porting my threaded code
from unix
to windows!  Unfortunately some of my code works by sending data via
message queues
between threads of different processes.  Any idea if your going to
support 
_POSIX_THREAD_PROCESS_SHARED in a near future release?
Thanks,
Phil Crescioli 


>>>The following POSIX 1003.1 2001 options are not defined: 
>>>_POSIX_THREAD_ATTR_STACKADDR 
>>>_POSIX_THREAD_PRIO_INHERIT 
>>>_POSIX_THREAD_PRIO_PROTECT 
>>>_POSIX_THREAD_PROCESS_SHARED 


> -----Original Message-----
> From:	Ross Johnson [SMTP:rpj@ise.canberra.edu.au]
> Sent:	Saturday, March 02, 2002 1:24 AM
> To:	pthreads-win32@sources.redhat.com
> Subject:	NEW: snapshot-2002-03-02 available
> 
> There are bugs fixes, new routines, new tests, and a lot
> of reorganisation. Please see the ANNOUNCE, NEWS, and BUGS
> files in the package or at:
> 
> http://sources.redhat.com/pthreads-win32/announcement.html
> 
> There is also an updated Copyright notice on the source
> code, but NO CHANGE to the licensing, which is the GNU LGPL.
> 
> The Copyright notice replaces the original inadequate notice
> and reflects the heritage of the project.
> 
> The Copyright notice is slightly different to the one that I
> proposed on this list a few months back. This change was at
> my own instigation. I don't expect anyone to have any
> objection to it since there was no objection to the previous
> one, but please let me know if you do.
> 
> I've also made acknowledgements more prominent in the
> CONTRIBUTORS file and ChangeLog to go with the change in the
> copyright notice. Let me know if I've missed you out, or
> missed noting any significant contributions.
> 
> Enjoy!
> Ross

^ permalink raw reply	[flat|nested] 7+ messages in thread
* NEW: snapshot-2002-03-02 available
@ 2002-03-01 22:24 Ross Johnson
  2002-03-02  3:35 ` Vincent Sweeney
  0 siblings, 1 reply; 7+ messages in thread
From: Ross Johnson @ 2002-03-01 22:24 UTC (permalink / raw)
  To: pthreads-win32

There are bugs fixes, new routines, new tests, and a lot
of reorganisation. Please see the ANNOUNCE, NEWS, and BUGS
files in the package or at:

http://sources.redhat.com/pthreads-win32/announcement.html

There is also an updated Copyright notice on the source
code, but NO CHANGE to the licensing, which is the GNU LGPL.

The Copyright notice replaces the original inadequate notice
and reflects the heritage of the project.

The Copyright notice is slightly different to the one that I
proposed on this list a few months back. This change was at
my own instigation. I don't expect anyone to have any
objection to it since there was no objection to the previous
one, but please let me know if you do.

I've also made acknowledgements more prominent in the
CONTRIBUTORS file and ChangeLog to go with the change in the
copyright notice. Let me know if I've missed you out, or
missed noting any significant contributions.

Enjoy!
Ross

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

end of thread, other threads:[~2002-04-01 14:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-01  6:13 snapshot-2002-03-02 available Aurelio Medina
  -- strict thread matches above, loose matches on Subject: below --
2002-03-29 10:59 Crescioli, Phil
2002-03-04  7:01 Crescioli, Phil
2002-03-04 14:57 ` Ross Johnson
2002-03-01 22:24 NEW: " Ross Johnson
2002-03-02  3:35 ` Vincent Sweeney
2002-03-02 19:56   ` Ross Johnson
2002-03-05 18:35     ` Scott McCaskill

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).