How to Scale a Mobile App?
Let’s learn how to Scale a Mobile App. The most accurate or helpful solution is served by Stack Overflow.
There are ten answers to this question.
Best solution
I recently came across Heroku, which looks extremely cool. You just upload your app and you're done; it scales without further intervention. Unfortunately, Heroku is for Ruby and our app is in Java. It's a webapp, implemented as a .war file. We want it to scale automatically across clusters of servers maintained entirely by other people. We've spoke to Rackspace. They have "Rackspace Cloudsites" which does this for Wordpress. They have no intention of supporting Java app servers in this...
Answer:
Take a look at Google App Engine. In your case, the App Engine Java Overview will be helpful. You can...
ccleve at Stack Overflow Mark as irrelevant Undo
Other solutions
When I say app-like mobile, it means it's basically a website that acts like an app.
Answer:
Yes. Given the fact that AngularJS is a client side library, you may design the architecture of your...
Vlad-Doru Ion at Quora Mark as irrelevant Undo
I want an iPad app that will let me easily make a scale drawing of my back yard, and then export it in a useful standard format (e.g. PDF, EPS, etc.). I'm having a hard time telling of the "room design" and "floorplan" apps will do...
Answer:
My immediate thought was "Google SketchUp", but it looks like they don't do SketchUp for the...
primethyme at Ask.Metafilter.Com Mark as irrelevant Undo
A co-branded app weaves brand messaging/identity into the app's core user experience. e.g. AKQA'S VW Real Racing GTI iPhone App: http://www.clickz.com/clickz/new... Serving display ads is not co-branding.
Answer:
I'd be very careful here. That's an enthusiast's car they are talking about. But the language used in...
Doug Garnett at Quora Mark as irrelevant Undo
I have been asked to head operations for an mobile App and related website. It includes scaling up existing user base and marketing activity. It is going to be self funded by owner of App. What technical and HR resources should I add over the period...
Answer:
You are looking at the following areas here, from what I understand: 1. Ensuring that the existing user...
Natasha Starkell at Quora Mark as irrelevant Undo
I want to deploy a rails app on Heroku. My app needs database interaction and I therefore assume would need a worker dyno. Since I need to display my pages too, I will need a web dyno too. Since my app, in initial stages at least, will utilize a very...
Answer:
Sujoy Gupta is right, database interaction does not require any background worker, they are rather thought...
Thomas Klemm at Quora Mark as irrelevant Undo
Assume the following characteristics: a "normal use" web app (i.e. not "real time", maybe traffic spikes from PR but not for normal use), probably an "average" read vs. write ratio for a social app, some heavy back-end processing...
Answer:
Here is a broad answer: I wrote about the architecture about a Rails site I've been working on earlier...
Sam Jp at Quora Mark as irrelevant Undo
I read a recent example of the evolution of Tumblr. They started as a LAMP shop, developing the initial site in PHP. When scaling they got rid of PHP and moved to a better technology stack built around Scala + JVM. This isn't the first example I"...
Answer:
Getting your product out asap is more important than scalability in the early stage of a startup. If...
Jay Chae at Quora Mark as irrelevant Undo
Neo4j for can be accessed as embedded database in a Rails app or can be accessed over REST API from a separate server. Using embedded Neo4j would hamper horizontal scaling of the Rails app. Can the REST API be used effectively with all ActiveRecord features...
Answer:
We've been using the neo4j.rb embedded db in our rails applications. It's great to work with, but the...
Michael Solovyov at Quora Mark as irrelevant Undo
We intend to use MySQL, and users will be uploading media (mostly photos) through the app. We anticipate a few hundred thousand users in a relatively short period of time, and want to architect the app and the server side to be prepared to handle the...
Answer:
Avoid focusing too much on future load while developing the application initially. Most approaches to...
Birk Nilson at Quora Mark as irrelevant Undo
Related Q & A:
- How To Track A Mobile Number Current Location?Best solution by Yahoo! Answers
- How To Trace A Mobile Number Current Location Free?Best solution by Yahoo! Answers
- How to develop a mobile payment system?Best solution by itproportal.com
- How can/does a mobile phone provide power to pen drive?Best solution by Electrical Engineering
- How to unpack a mobile application?Best solution by intomobile.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.