Dear Experts
We have a couple of mobile client/server solutions, we use windows 2003
server with ASP.NET pages that receive HTTP requests from the mobiles, we
also use MS SQL as a databse, most of the requests deal with the MS SQL.
We need help to dimention this system, given that usually the usage will be
to upload files, so 1 user on average will take 2 minutes uploading using
http.
so :
- how many requests it can serve per hour ?,
- how many concurrent HTTP it can handle ( we upload / download large files
using http ) ?
- how many threads it can maintain,
- if we use Sockets, how many if different from above ?
- How many requests the MS SQL can handle ?
|