Click here to Skip to main content
15,898,993 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi experts,

I am working with Console Application

The problem is I want to CONTINUOUSLY read from a log file which is being written by an other program at same time . So, one program is continuously writing and other is continuously reading from same file.

I need suggestions what are the possible solutions to implement it.

So, that it is updated automatically.

Any suggestions will be great!

Thanks
RA
Posted

1 solution

File Shared mode will help you

See the below link
http://msdn.microsoft.com/en-us/library/y973b725.aspx[^]
Thanks
--RA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900