Scalability is the ability of a system, network, or process, to handle growing amount of work in a capable manner or its ability to be enlarged to accommodate that growth.
13
votes
2answers
3k views
How is software scalability measured?
I was asked to make some small technical presentation about specific application scalability. The application is developed using Java, Spring MVC, Hibernate. I have access to the application source ...
2
votes
3answers
1k views
Are there any non-blocking web servers for Java?
I was studying about the infrastructure being used by Facebook, as I was developing a website based on social interaction for a university project.
Facebook is using Tornado Web Server as its ...
11
votes
5answers
2k views
Why is Scala more scalable than other languages?
Scala is billed as a scalable language, a feature that's even included in its name:
The name Scala is a portmanteau of "scalable" and "language", signifying that it is designed to grow with the ...
25
votes
3answers
5k views
What does Douglas Crockford mean when he says jQuery doesn't scale?
In the Q&A section of this talk, Douglas Crockford says that jQuery doesn't scale as well as some other popular libraries. What does he mean by that, and what is it about the other libraries that ...
5
votes
4answers
5k views
Java or Python for internet application? [closed]
In choosing a technology for internet applications where the number of users may scale over time, which one should we consider: Java or Python? What are the considerations in choosing one and not the ...
4
votes
5answers
662 views
Scalability and Programming languages
What makes a language scalable ?
I believe scalability is more about system design. It sounds really odd to me, to say that one language is more scalable than the another.
17
votes
8answers
1k views
Dangers of huge monolithic application
The big project I'm working on for a couple years now is a control (and everything) application of an advanced device, heart of its firmware.
The device is quite advanced, with more different ...
4
votes
10answers
393 views
Taking scalability to the next level. What methods can help me make sure I do the right thing?
Myself and a fellow PHP dev are starting to research a new web app that we think (hope) will have a global reach.
The trouble is that, whilst we both consider ourselves capable, we are concerned with ...
2
votes
1answer
220 views
Thinking pragmatically about scalability
I was recently asked as an exercise to design a scalable graph.
My first intuition was how to seperate the graph and distribute it (sharding,consistent hashing..etc)
Turns out my thinking was on ...
1
vote
1answer
254 views
Is map-reduce the basic factor that makes NoSQL more scalable than SQL?
I'm studying the differences between NoSQL and SQL, and what makes the first more scalable. I think I got the point, so I'll try to explain:
Suppose an app has a list of billions of users, each with ...