Re: How to open a file in share mode
From: Anjina Murthy (murthy1999_2000_at_yahoo.com)
Date: 07/24/04
- Next message: Anjina Murthy: "Re: How to open a file in share mode"
- Previous message: Larry I Smith: "Re: PSAPI in Linux"
- In reply to: David Schwartz: "Re: How to open a file in share mode"
- Next in thread: Larry I Smith: "Re: How to open a file in share mode"
- Reply: Larry I Smith: "Re: How to open a file in share mode"
- Reply: Ian Hilliard: "Re: How to open a file in share mode"
- Reply: David Schwartz: "Re: How to open a file in share mode"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Anjina Murthy: "Re: How to open a file in share mode"
- Previous message: Larry I Smith: "Re: PSAPI in Linux"
- In reply to: David Schwartz: "Re: How to open a file in share mode"
- Next in thread: Larry I Smith: "Re: How to open a file in share mode"
- Reply: Larry I Smith: "Re: How to open a file in share mode"
- Reply: Ian Hilliard: "Re: How to open a file in share mode"
- Reply: David Schwartz: "Re: How to open a file in share mode"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|