Re: upload file transfer speed?
Re: upload file transfer speed?
- Subject: Re: upload file transfer speed?
- From: sean roehnelt <email@hidden>
- Date: Tue, 16 Sep 2003 08:50:58 -0700
I believe I have a related issue with multi part file upload, but it
only occurs with OS X IE (I have not yet tested on windows or solved
the issue). Other browsers on X work great and uploads are very quick.
Have you tried multiple browsers in your testing?
- sean
On Monday, September 15, 2003, at 01:21 PM, 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.