Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Date: Wed, 26 Jan 2000 19:46:55 -0800 From: Pakoulin Konstantin X-Mailer: The Bat! (v1.36) S/N F29DEE5D / Educational Reply-To: Pakoulin Konstantin X-Priority: 3 (Normal) Message-ID: <14824.000126@inbox.ru> To: cygwin AT sourceware DOT cygnus DOT com Subject: strange problem with shared memory under win9x Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 AT sourceware DOT cygnus DOT com