Home All Groups Group Topic Archive Search About

concurrent file I/O

Author
9 Apr 2006 5:05 PM
tracker77
Is it possible to configure .NET file i/o as pipes (i.e. concurrent
read and writes to the same file)?
What about .NET application getting input from file concurrently being
appended to by an out-of-process EXE?

Author
9 Apr 2006 10:13 PM
Kevin Spencer
Use the FileStream constructor overload:

public FileStream (
string path,
FileMode mode,
FileAccess access,
FileShare share
)


--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

Show me your certification without works,
and I'll show my certification
*by* my works.

<tracke***@gmail.com> wrote in message
Show quote
news:1144602358.952069.150320@v46g2000cwv.googlegroups.com...
> Is it possible to configure .NET file i/o as pipes (i.e. concurrent
> read and writes to the same file)?
> What about .NET application getting input from file concurrently being
> appended to by an out-of-process EXE?
>

AddThis Social Bookmark Button