I wrote a program that parses a text file and writes results as it is processing the file (i.e. many writeln()'s). On my local harddrive it works fine. When I later used it on a file located on a file server, it went from 500ms to 1 minute processing time.

It there a more efficient way to write out the results that would say maybe only access the harddrive as it closes the connection...or somesuch?

Thanks for your assistance.

Reply via email to