|
-
Sep 30th, 2005, 04:29 AM
#1
Thread Starter
Junior Member
File Transfer speed
Hey all.
I made a simple file transfer program in VB.NET that sends a file chunk by chunk over the network through sockets. It works fine, but it doesn't achieve speeds higher than 881 kB/sec, which is quite low over a LAN. Well, I think the hard drive should be able to write faster than that, and I write it in the usual way, using a FileStream to write. Well, other file transfer programs can send things a lot faster, and I was thinking of something like a buffer or something. But I figured the buffer would be filled a lot faster than the file writing, thus causing a lot of memory usage. I was wondering how I could achieve higher speeds?
Last edited by Fuwex; Sep 30th, 2005 at 04:59 AM.
Fuwex
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|