Re: How to open a file in share mode

From: Anjina Murthy (murthy1999_2000_at_yahoo.com)
Date: 07/24/04


Date: 23 Jul 2004 23:32:43 -0700

Share mode means, when a file is opened by one process for writing or
reading the same file must be able to open by one more process for
reading.

We specify FILE_SHARE_READ and FILE_SHARE_WRITE flag in win32
CreateFile function ,is there anything similar to that.

Anjan

  
"David Schwartz" <davids@webmaster.com> wrote in message news:<cckhed$lf8$1@nntp.webmaster.com>...
> "Anjina Murthy" <murthy1999_2000@yahoo.com> wrote in message
> news:ada7bf4d.0407080149.2c598670@posting.google.com...
>
> > How to open a file in share mode in linux ( in 'C' ).
>
> Umm, what is "share mode"?
>
> DS



Relevant Pages