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. Web Development
  3. Download Problem(Multi user support )

Download Problem(Multi user support )

Scheduled Pinned Locked Moved Web Development
help
7 Posts 4 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.
  • M Offline
    M Offline
    Mri1a
    wrote on last edited by
    #1

    hi!! actually I want to provide my users with links from where they can download files selected by them . But ....how will I manage multiple users ....simultaneously ...won't dere be any Bandwidth issue ... is dere some feasible solution for that !!! Regards, Mrinal

    Mrinal

    J P 2 Replies Last reply
    0
    • M Mri1a

      hi!! actually I want to provide my users with links from where they can download files selected by them . But ....how will I manage multiple users ....simultaneously ...won't dere be any Bandwidth issue ... is dere some feasible solution for that !!! Regards, Mrinal

      Mrinal

      J Offline
      J Offline
      Johnny
      wrote on last edited by
      #2

      Multiple users simultaneously? Oh my, I'm sure that's never happened on the internet before... Your web server will be more than a capable of handling a reasonable number of simultaneous downloads. Yes, bandwidth might be an issue and you should consult the terms of your host to see how much bandwidth you have been allocated and whether you need to increase it. If you do find you have more downloads than the server/bandwidth can deal with then you may want to consider moving the file to something like Amazon's S3, which will gladly take care of the problem for you. However, unless you are talking about a lot of downloads, or very large downloads, then I don't think this will become an issue.

      M 1 Reply Last reply
      0
      • J Johnny

        Multiple users simultaneously? Oh my, I'm sure that's never happened on the internet before... Your web server will be more than a capable of handling a reasonable number of simultaneous downloads. Yes, bandwidth might be an issue and you should consult the terms of your host to see how much bandwidth you have been allocated and whether you need to increase it. If you do find you have more downloads than the server/bandwidth can deal with then you may want to consider moving the file to something like Amazon's S3, which will gladly take care of the problem for you. However, unless you are talking about a lot of downloads, or very large downloads, then I don't think this will become an issue.

        M Offline
        M Offline
        Mri1a
        wrote on last edited by
        #3

        hi.. Thnkx for telin bout S3 ..that was a gud enough . But is dere some other alternative like diverting the traffic to some other url ... If yes how wud dat be possible and wud dat actually be a gud idea . Regards, Mrinal

        Mrinal

        P 1 Reply Last reply
        0
        • M Mri1a

          hi.. Thnkx for telin bout S3 ..that was a gud enough . But is dere some other alternative like diverting the traffic to some other url ... If yes how wud dat be possible and wud dat actually be a gud idea . Regards, Mrinal

          Mrinal

          P Offline
          P Offline
          Perspx
          wrote on last edited by
          #4

          As Johnny ² said, there really is no need unless you have excessive amounts of users trying to access the same file at once.. And yes you could have copies of the file on different servers if this becomes a problem, but this is not usually necessary. Regards, --Perspx

          "The Blue Screen of Death, also known as The Blue Screen of Doom, the "Blue Screen of Fun", "Phatul Exception: The WRECKening" and "Windows Vista", is a multi award-winning game first developed in 1995 by Microsoft" - Uncyclopedia

          1 Reply Last reply
          0
          • M Mri1a

            hi!! actually I want to provide my users with links from where they can download files selected by them . But ....how will I manage multiple users ....simultaneously ...won't dere be any Bandwidth issue ... is dere some feasible solution for that !!! Regards, Mrinal

            Mrinal

            P Offline
            P Offline
            Paul Conrad
            wrote on last edited by
            #5

            Pretty much most web servers are going to be able to handle multiple downloads. How do you think Firefox did the multi-million downloads in one day? Think about what you are asking.

            "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

            M 1 Reply Last reply
            0
            • P Paul Conrad

              Pretty much most web servers are going to be able to handle multiple downloads. How do you think Firefox did the multi-million downloads in one day? Think about what you are asking.

              "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

              M Offline
              M Offline
              Mri1a
              wrote on last edited by
              #6

              Hi!!! Well actually downloads are really goin to be large very high quality image files. And that is why I am concerned about the issuess like download failure or long server response time ...How can I divert traffic to other url or server ... regards, Mrinal

              Mrinal

              P 1 Reply Last reply
              0
              • M Mri1a

                Hi!!! Well actually downloads are really goin to be large very high quality image files. And that is why I am concerned about the issuess like download failure or long server response time ...How can I divert traffic to other url or server ... regards, Mrinal

                Mrinal

                P Offline
                P Offline
                Paul Conrad
                wrote on last edited by
                #7

                Mri1a wrote:

                downloads are really goin to be large very high quality image files.

                So what. You just have people download portions at a time.

                Mri1a wrote:

                How can I divert traffic to other url or server ...

                Probably via some load balancing. Which I would read up on if I were you.

                "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

                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