IO performance in c#
-
Im writing a windows service in c# vs2003 that does a lot of io on file reading files writeing files and more the problem is the performance of the program is not so good 1. can some opne direct me to material about io best practices 2. is there free tools to analyse the code so i can track the problematic portion of the code thanks
-
Im writing a windows service in c# vs2003 that does a lot of io on file reading files writeing files and more the problem is the performance of the program is not so good 1. can some opne direct me to material about io best practices 2. is there free tools to analyse the code so i can track the problematic portion of the code thanks
How are you using the IO? Do you have any code? IO will be slower in a managed context compared to a C memory-mapped file but I have never really had much of a problem with file IO in C#.
Need a C# Consultant? I'm available.
Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway