Re: upload file transfer speed?
Re: upload file transfer speed?
- Subject: Re: upload file transfer speed?
- From: David Teran <email@hidden>
- Date: Tue, 16 Sep 2003 10:08:28 +0200
Hi Jonathan,
that seems to be toooooo slow. We have uploads (internal switched
network) from an imac to a dual g4/867 and upload about 3-5 mb per
second, directly into the filesystem. We are using multipart form
iterator.
regards David
On 15.09.2003, at 22:21, Jonathan Rochkind wrote:
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.
_______________________________________________
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.