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. ASP.NET
  4. Performance: Many small file downloads

Performance: Many small file downloads

Scheduled Pinned Locked Moved ASP.NET
csharpsysadminhostingperformancehelp
4 Posts 3 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.
  • P Offline
    P Offline
    Pavolh
    wrote on last edited by
    #1

    Hi, we are developing an application in ASP .NET. Every connected client is downloading a small file (about 12kb) every second. This file is changed every second by a multithreaded application. We have dedicated server for this solution, but it performs really bad when there are about 100 clients connected. My questions is: could this performance problem be caused by downloading this small file so often? Thank you for your answer.

    A R 2 Replies Last reply
    0
    • P Pavolh

      Hi, we are developing an application in ASP .NET. Every connected client is downloading a small file (about 12kb) every second. This file is changed every second by a multithreaded application. We have dedicated server for this solution, but it performs really bad when there are about 100 clients connected. My questions is: could this performance problem be caused by downloading this small file so often? Thank you for your answer.

      A Offline
      A Offline
      Aman Bhullar
      wrote on last edited by
      #2

      yes, multiple downloads do effect the website speed Check the link http://developer.yahoo.com/performance/rules.html[^]

      1 Reply Last reply
      0
      • P Pavolh

        Hi, we are developing an application in ASP .NET. Every connected client is downloading a small file (about 12kb) every second. This file is changed every second by a multithreaded application. We have dedicated server for this solution, but it performs really bad when there are about 100 clients connected. My questions is: could this performance problem be caused by downloading this small file so often? Thank you for your answer.

        R Offline
        R Offline
        R Giskard Reventlov
        wrote on last edited by
        #3

        Does the file change each time or could you only download as required? Does it need to be every second? Does every client really need it that often?

        me, me, me "The dinosaurs became extinct because they didn't have a space program. And if we become extinct because we don't have a space program, it'll serve us right!" Larry Niven

        P 1 Reply Last reply
        0
        • R R Giskard Reventlov

          Does the file change each time or could you only download as required? Does it need to be every second? Does every client really need it that often?

          me, me, me "The dinosaurs became extinct because they didn't have a space program. And if we become extinct because we don't have a space program, it'll serve us right!" Larry Niven

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

          Yes, it does change every second, and it is a business requirement that the client has to be notified of the change.

          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