Performance: Many small file downloads
-
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.
-
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.
yes, multiple downloads do effect the website speed Check the link http://developer.yahoo.com/performance/rules.html[^]
-
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.
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
-
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