rfazendeiro
Well-known member
- Joined
- Mar 8, 2004
- Messages
- 110
I need some pointers on how to implemente this so if anyone can point me to the right direction i apreciate it.
So my company has well over 600 colaborators all over the country and we want to let them download over the internet some winform applications. They would access a webpage, authenticate, choose what applications they need and download them.
Also, when there are some updates, these applications will update themselves using the same authentication.
Since they are too many (like i said iver 600) it could really screwup bandwidth if we let them all download /update without any restrictions. So my ideia is to limit the number of active connections and give the user their rank to when downloading will start.
For example, the max connections are 10 and 15 user are trying to download.
10 users would be downloading while the other 5 would see a rank number telling them the waiting list (the number of users ahead of them).
How can i implement something along these lines? Im using C# 2.0, Ajax.Net
thx to all
So my company has well over 600 colaborators all over the country and we want to let them download over the internet some winform applications. They would access a webpage, authenticate, choose what applications they need and download them.
Also, when there are some updates, these applications will update themselves using the same authentication.
Since they are too many (like i said iver 600) it could really screwup bandwidth if we let them all download /update without any restrictions. So my ideia is to limit the number of active connections and give the user their rank to when downloading will start.
For example, the max connections are 10 and 15 user are trying to download.
10 users would be downloading while the other 5 would see a rank number telling them the waiting list (the number of users ahead of them).
How can i implement something along these lines? Im using C# 2.0, Ajax.Net
thx to all