G
Guest
ok, I'm trying to make my aplication faster, and the main time sink seems to be in the code that is reading the file and putting it into a MemorySream.
what would be the fastest way to read a file into a MemoryStream, when the file read is done over a network?
what would be the fastest way to read a file into a MemoryStream, when the file read is done over a network?