Re: Download speed problem



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












.



Relevant Pages

  • Re: Update message on web page while processing
    ... John Timney (MVP) ... VISIT MY WEBSITE: ... dont want to use a traditional frameset. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: best way to display resultset?
    ... John Timney (MVP) ... VISIT MY WEBSITE: ... I am not sure how the phone no part (from a diff resultset) be ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: q; access to a remote file
    ... VISIT MY WEBSITE: ... An error occurred during the processing of a configuration ... "John Timney (MVP)" wrote: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Threads and AppDomain
    ... John Timney (MVP) ... VISIT MY WEBSITE: ... Each plugin comes from dll's.. ...
    (microsoft.public.dotnet.general)
  • Re: SharePoint and Hardware
    ... John Timney (MVP) wrote: ... Have you thought about running vmware or virtual PC on the server you can order - and actually having a bit of kit powerful enough to handle 3 operating systems. ... I'm sure SharePoint and Forms shouldn't be a problem, the only one I'm worried about is the LCS Proxy Server. ...
    (microsoft.public.sharepoint.portalserver)

Loading