Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. internet accelerator??

internet accelerator??

Scheduled Pinned Locked Moved C / C++ / MFC
performancehelptutorialquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    gr8coaster329
    wrote on last edited by
    #1

    does anyone how internet accelerators work, if they do, and what it would take to make a simple program to boost internet speed? I have dsl and have seen a lot of programs that claim to speed internet speed and thought i would try to make one of my own (mostly for fun). any help, includeing websites tutorial or ideas would be greatly appreciated. thank you in advance for the help and happy new year! - Kyle

    P 1 Reply Last reply
    0
    • G gr8coaster329

      does anyone how internet accelerators work, if they do, and what it would take to make a simple program to boost internet speed? I have dsl and have seen a lot of programs that claim to speed internet speed and thought i would try to make one of my own (mostly for fun). any help, includeing websites tutorial or ideas would be greatly appreciated. thank you in advance for the help and happy new year! - Kyle

      P Offline
      P Offline
      Prakash Nadar
      wrote on last edited by
      #2

      gr8coaster329 wrote:

      does anyone how internet accelerators work

      Generally when a big file is downloaded say 1MB, the internet explorer downloads the file using one single socket i.e. serially, The problem with this approch is that the data back should come to you without wasting the bandwidth i.e. There should be no time gab between 2 packets. So the accelerators opens more than one socket and downloads the file from different part of the file, i.e partial download, partial download is possible in http1.1 and also the server should support the partial download. Downloading the same file from different offset, to some extend improves the bandwith utilization and hence improves the download time.

      gr8coaster329 wrote:

      any help, includeing websites tutorial or ideas would be greatly appreciated.

      Check the GET HTTP request for more info, You might need to know the HTTP protocol for this too. or google "partial get request" Partial request can also be achived using FTP protocol, so the download accelerators uses either FTP or HTTP depending on the location of the content i.e. on http server or ftp server.


      -Prakash

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups