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.
High Scalability mentions feature flags here: 5 things toxic to scalability, "5. Lack of Feature Flags" What exactly are feature flags?
architecture scalabilityThis question is meant to serve as a list of databases and their configurations that the major web sites use …
database database-design web-applications scalabilityHow do you design/architect a scalable application? Any suggestion of books or websites that could help to understand how …
architecture scalabilityWhen I start Apache Bench test: ab -n 10000 -c 1300 http://domain.com/test.php I get error: socket: Too many …
apache scalability lighttpd file-descriptorThere's a cots (commercial off-the-shelf) application that I work on customizing, where a couple of pages take an extremely long …
performance scalability duplicationIn a three layer architecture with the database on the fourth, what does scaling horizontally and scaling vertically mean?
database performance scalabilityPROBLEM: WebRTC gives us peer-to-peer video/audio connections. It is perfect for p2p calls, hangouts. But what about broadcasting (…
javascript video webrtc scalability broadcastI recently read this Question about SQLite vs MySQL and the answer pointed out that SQLite doesn't scale well and …
sqlite scalabilityIn a system I am currently working on, there is one process that loads large amount of data into an …
php memory scalabilityI have used PHP for awhile now and have used it well with CodeIgniter, which is a great framework. I …
ruby-on-rails ruby scalability