upload file transfer speed?
upload file transfer speed?
- Subject: upload file transfer speed?
- From: Jonathan Rochkind <email@hidden>
- Date: Mon, 15 Sep 2003 15:21:13 -0500
I have a WO app which accests uploaded files (through a multipart form
post). It uses the streaming API, through the WOMultipartIterator, to read
the file in a chunk at a time, and write it out to disk.
The amount of time it takes to upload a file seems surprisingly slow to
me. In tests, my browser is on the university network, and so is the
server. Both have switched-100 connections. Of course, I'm aware that I
wouldn't expect the transfer to be at anywhere near 100Mb/s. There are
many other factors involved (including disk speed, because I'm writing to
the disk in chunks as the data is sent over).
But I'm wondering if the speeds I'm getting are slower than one would
expect, or if that's just how it goes. To upload an approx 9 mb file, it
takes around 110 seconds. That's somewhere around 87 kbits per
second. That _seems_ horrendously slow to me, but I really don't know;
maybe that's about what I should expect? Or is something wrong somewhere?
--Jonathan
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.