public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* strange problem with shared memory under win9x
@ 2000-01-26  8:47 Pakoulin Konstantin
  0 siblings, 0 replies; 2+ messages in thread
From: Pakoulin Konstantin @ 2000-01-26  8:47 UTC (permalink / raw)
  To: cygwin

Process A occasionally writes in memory (SM) shared with process B. Process
B read information from SM. Under Win9x this doesnt work well. Shared
memory in space of process B is not modified until I do next thing:

munmap ( ... )
mmap( ... )

i.e. modification of SM in process B takes place only after call of mmap().



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* strange problem with shared memory under win9x
@ 2000-01-26  8:17 Pakoulin Konstantin
  0 siblings, 0 replies; 2+ messages in thread
From: Pakoulin Konstantin @ 2000-01-26  8:17 UTC (permalink / raw)
  To: cygwin

Process A occasionally writes in memory (SM) shared with process B. Process
B read information from SM. Under Win9x this doesnt work well. Shared
memory in space of process B is not modified until I do next thing:

munmap ( ... )
mmap( ... )

i.e. modification of SM in process B takes place only after call of mmap().



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

end of thread, other threads:[~2000-01-26  8:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-26  8:47 strange problem with shared memory under win9x Pakoulin Konstantin
  -- strict thread matches above, loose matches on Subject: below --
2000-01-26  8:17 Pakoulin Konstantin

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