Pick a Server for App Design: 10K User Data Pulls

  • Thread starter Thread starter btb4198
  • Start date Start date
  • Tags Tags
    Server
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 1K views
btb4198
Messages
570
Reaction score
10
I want to design an app and will use WCF to pull data from a server, but I need to know how to pick the server to use. I am hoping to have about 10K people ( many be more) using this app. and they will be pulling data from this server. NO video nor audio file, just data like school , Schedule, times, name datas.

so how do I pick a server ?
 
Physics news on Phys.org
btb4198 said:
I want to design an app and will use WCF to pull data from a server, but I need to know how to pick the server to use. I am hoping to have about 10K people ( many be more) using this app. and they will be pulling data from this server. NO video nor audio file, just data like school , Schedule, times, name datas.

so how do I pick a server ?

The choice and combination(s) you can make is dependent on the application at hand. One option for a simple app like the one you describe would be to use IIS.
For more info about hosting and consuming WCF Services you can take a look at MSDN. The article is somewhat old but you'll get the hang of it.