This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

a limited port of sys V shared memory available soon



Hi,
	system V shared memory was needed for some work I was doing and I
know many people are interested in this as well.  I will be posting a port
with limited functionality to the list tomorrow but be warned, it is
_very_ limited.  Here are the problems/shortcomings I can think of (off of
the top of my head):

shmat must be called after a fork()
shmat must be called by a forked process/thread (I think)
shmget mostly ignores permissions
shmctl is mostly useless, ditto for shmdt

I know this is very limited.  I wrote it only to meet my needs and those
needs are to share memory among fork()'ed processes.  Perhaps someone else
can take it and advance it further.

--Ron
      o           Work to live; \   vaniwaar@ca.metsci.com
     /\            Live to bike; \   http://www-math.cudenver.edu/~rvan
   _`\ `_<===       Bike to work! \  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
__(_)/_(_)___.-._                  \   Note the new addresses!


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]