Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6020393
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T03:33:46+00:00 2026-05-23T03:33:46+00:00

So i’ve been spending some time developing an iPhone app – it’s a simple

  • 0

So i’ve been spending some time developing an iPhone app – it’s a simple little game and is similar to “Words with friends” in that it:

1) is turn based

2) contacts a web service API to store the “game data” (turns, user info, etc).

In my case, i’m using .NET MVC and a SQL Server backend to develop the API. We’re not talking an immense amount of data here – small images will be transferred back and forth and stored in the database though. A typical request would see a few records added or changed in the database.

I mostly don’t have much concept of when things would start to get overloaded – my concern, of course, is that this thing takes off (obviously wishful thinking) and then my server gets so overwhelmed that it dies. That being said, I don’t want to spend time and money on Windows Azure or something when my hosting needs may be totally trivial.

So, my somewhat general question is this – does anyone have any firsthand knowledge of when things start to get overloaded? Like…just a general estimate of number of requests or something for a time period, assuming each request hits the .NET app which then hits the database a reasonable number of times.

Even some anecdotal “My similar API gets hit 10,000 times a minute and is hosted on crappy shared hosting” would be awesome just so I get some concept.

Thanks in advance!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T03:33:46+00:00Added an answer on May 23, 2026 at 3:33 am

    It is very hard to give a good answer to your question as it greatly depends on what precisely the backend does for each request. Even “trivial” services as you describe can easily differ greatly in performance depending on the actual implementation.

    As a rough guideline based on our projects, if your API is a single HTTP request (no HTTPS), hitting a bare-bones controller, being translated into a single, simple SQL statement (“SELECT * FROM foo WHERE bar”) returning less than 100 Bytes of data, you can serve about 750 requests per minute on a 32 Bit, 1 Gigahertz box with 512MB ram.

    But this number will be reduced to 75 or less if any of those factors go up.

    That said:

    This is the poster-child case for cloud computing.
    If Azure is too much hassle / cost for you (which is not an uncommon complaint from independent developers) you have three main alternatives:

    1) Ditch .NET in favor of Python and host within Google App Engine

    Python is quick to learn and GAE scales beautifully without you ever needing to care. Best of all, there is a huge free-tier so unless your app really takes off, you won’t pay a cent. As you are developing for iOS, I assume you aren’t hell bent on .NET to begin with.

    2) If you need .NET, go with AWS

    They also have a rather large free-tier. Either throw everything on top of a Mono stack (completely free for the 1st year) or shell out the money for a Windows EC2 instance. This takes more planning than GAE but with a little work you can make it scale to wherever your app goes.

    If cost is a concern, use the same AWS cluster to host several of your Apps’ APIs.

    3) Go with OpenFeint’s Multiplayer API

    OpenFeint supports basic multiplayer games. If you can implement the needed functionality using it, then this might be the best solution. If not, look into (1) and (2).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

No related questions found

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.