dudeSreeni
New member
- Joined
- Dec 30, 2008
- Messages
- 1
Hi,
I need to read a 4GB log file to extract some information and write it to another file.
Can any one suggest me an ideal class i should use to read the file using C#.
Im planning to use Regular Expressions to match the lines that contain the parameter strings.
currently the file is read and written using commands in DOS and it takes around 15 - 18 mins.
Im planning to make it much quicker with the application im planning to develop.
My development machine has 2 GB of RAM.
Can any one advise me on this.
Thanks and Regards,
Sree
I need to read a 4GB log file to extract some information and write it to another file.
Can any one suggest me an ideal class i should use to read the file using C#.
Im planning to use Regular Expressions to match the lines that contain the parameter strings.
currently the file is read and written using commands in DOS and it takes around 15 - 18 mins.
Im planning to make it much quicker with the application im planning to develop.
My development machine has 2 GB of RAM.
Can any one advise me on this.
Thanks and Regards,
Sree
Last edited by a moderator: