filename.writeln() across network

Paul phshaffer at gmail.com
Thu Jun 21 06:56:37 PDT 2012


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.


More information about the Digitalmars-d-learn mailing list