Re: Download speed problem
- From: "John Timney \(MVP\)" <x_john@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 29 Nov 2006 14:01:04 -0000
have a read of this, your problem is well covered under the
Response.BinaryWrite and Response.OutputStream.Write section.
http://objectsharp.com/Blogs/bruce/articles/1571.aspx
--
Regards
John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
http://www.johntimney.com/blog
"Pitaridis Aristotelis" <pitaridis@xxxxxxxxxxx> wrote in message
news:1164698707.174874@xxxxxxxxxxx
I know that there is a way to do it. In theory someone can read a file
using streams and retern it to the user. If we change it so that the page
return a portion of a file and delay for some milliseconds and then send an
other portion of the file and keep dooing this until the file have been
downloaded.
My problem is how to do it in ASP.NET.
Ï "John Timney (MVP)" <x_john@xxxxxxxxxxxxxxxxxxxx> Ýãñáøå óôï ìÞíõìá
news:L7ednUwAr9oidvfYRVnyjA@xxxxxxxxxxxxxxxxx
You dont - only for that application, so move that problem to another
application and the rest stays as is.
--
--
Regards
John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
http://www.johntimney.com/blog
"Pitaridis Aristotelis" <pitaridis@xxxxxxxxxxx> wrote in message
news:1164631048.248243@xxxxxxxxxxx
But I do not want to Decrease the bandwidth for the other web pages of
the domain.
Ï "John Timney (MVP)" <x_john@xxxxxxxxxxxxxxxxxxxx> Ýãñáøå óôï ìÞíõìá
news:sMCdneoWW4w9mvfYnZ2dnUVZ8qOdnZ2d@xxxxxxxxxxxxxxxxx
You could consider bandwidth throttling the site application containing
that file, and only server that type of file from that site. The
throttle would not affect other sites on the server.
I've never had tor esort to it myself, but it might help you.
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/83d66f47-8184-4d25-afcf-c229fffdc981.mspx?mfr=true
--
--
Regards
John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
http://www.johntimney.com/blog
"Pitaridis Aristotelis" <pitaridis@xxxxxxxxxxx> wrote in message
news:1164525276.346216@xxxxxxxxxxx
I have a large file which has to be downloaded from a user using the
Internet Explorer. The problem is that when someone downloads this
file, the server slows down and the other users can not see the web
pages from the server because there is not available bandwidth. Is
there any way to decrease the download speed of this file by reading
pieces of the file and manually send each piece every 100 milliseconds
in order to control the speed of the download by increasing or
decreasing the size of each piece?
Aristotelis
.
- References:
- Re: Download speed problem
- From: Pitaridis Aristotelis
- Re: Download speed problem
- Prev by Date: Re: Login failed for user 'machinename\ASPNET'.
- Next by Date: Re: doing a SELECT with parameters and drop-down lists
- Previous by thread: Re: Download speed problem
- Next by thread: Control Index
- Index(es):
Relevant Pages
|
Loading