X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Tue, 31 Mar 2009 14:08:43 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: IPC,FORK on Windows 2008 Server Message-ID: <20090331120843.GD12738@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <20090331112111 DOT GB12738 AT calimero DOT vinschen DOT de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.19 (2009-02-20) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com http://cygwin.com/acronyms/#TOFU On Mar 31 17:11, Yarlagadda Suresh wrote: > Hi, > > I am using shmget()/shmat() methods for getting the shared memory. > > I had tried running the same program which is given in the previous > mention thread, the results are same as mentioned over there. I just tried that testcase with Cygwin 1.7 and it appears to work most of the time. Unfortunately I can still reproduce the problem once per about 30 forks. I'll look into fixing this for Cygwin 1.7. However, please note that there is no *really* foolproof method to fix this due to the way fork has to be implemented using Win32 calls. I can only make it much more unlikely than today. > I think it would tough to modify the shmget/shmat calls to mmap for my > application. If you need to share memory only with forked processes, it's a much simpler solution. > > I believe V 1.7 is a Beta release, Can I know when the Official release will be? It's all in the announcement I referred you to. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/