Re: IPC,FORK on Windows 2008 Server

2009-04-16 Thread Yarlagadda Suresh
Thanks a lot. The problem is resloved. Cheers, Y.Suresh Kumar. On Wed, Apr 15, 2009 at 1:38 PM, Corinna Vinschen wrote: > On Apr 15 12:20, Yarlagadda Suresh wrote: >> Is this problem fixed in release 1.7.0-46? > > Yes, sure.  I just forgot to mention it in the release announcement. > > > Corinna

Re: IPC,FORK on Windows 2008 Server

2009-04-15 Thread Corinna Vinschen
On Apr 15 12:20, Yarlagadda Suresh wrote: > Is this problem fixed in release 1.7.0-46? Yes, sure. I just forgot to mention it in the release announcement. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT

Re: IPC,FORK on Windows 2008 Server

2009-04-14 Thread Yarlagadda Suresh
Is this problem fixed in release 1.7.0-46? Cheers, Y. Suresh Kumar. On Wed, Apr 1, 2009 at 11:33 AM, Christopher Faylor wrote: > On Wed, Apr 01, 2009 at 11:19:28AM +0530, Yarlagadda Suresh wrote: >>Thanks a ton for your quick response. >> >>Could please let me know the patch version number, whic

Re: IPC,FORK on Windows 2008 Server

2009-03-31 Thread Christopher Faylor
On Wed, Apr 01, 2009 at 11:19:28AM +0530, Yarlagadda Suresh wrote: >Thanks a ton for your quick response. > >Could please let me know the patch version number, which includes the >fix? Just wait for Corinna's Cygwin 1.7 release announcement that you'll see here. cgf -- Unsubscribe info: htt

Re: IPC,FORK on Windows 2008 Server

2009-03-31 Thread Yarlagadda Suresh
Thanks a ton for your quick response. Could please let me know the patch version number, which includes the fix? Cheers, Suresh Kumar. On Tue, Mar 31, 2009 at 8:37 PM, Corinna Vinschen wrote: > On Mar 31 14:08, Corinna Vinschen wrote: >> On Mar 31 17:11, Yarlagadda Suresh wrote: >> > Hi, >> > >

Re: IPC,FORK on Windows 2008 Server

2009-03-31 Thread Corinna Vinschen
On Mar 31 14:08, Corinna Vinschen wrote: > 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

Re: IPC,FORK on Windows 2008 Server

2009-03-31 Thread Corinna Vinschen
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 ju

Re: IPC,FORK on Windows 2008 Server

2009-03-31 Thread Yarlagadda Suresh
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 think it would tough to modify the shmget/shmat calls to mmap for my application. I believe

Re: IPC,FORK on Windows 2008 Server

2009-03-31 Thread Corinna Vinschen
On Mar 31 15:04, Yarlagadda Suresh wrote: > Hi, > > I am using CYGWIN V 1.5.25-15 on Windows 2008 Standard Server Edition with > SP1. > > I have a program which does the following : > > 1. The main process gets shared memory, opens an index file (through > Btrieve API). How does it get shared

IPC,FORK on Windows 2008 Server

2009-03-31 Thread Yarlagadda Suresh
Hi, I am using CYGWIN V 1.5.25-15 on Windows 2008 Standard Server Edition with SP1. I have a program which does the following : 1. The main process gets shared memory, opens an index file (through Btrieve API). 2. If a record is found in the index file,the main process forks a child and the