Top "Scalability" questions

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.

thread safe, stateless design using Spring

I have assumed that if instance variables are managed by spring IOC, and are singletons that the desgin can be …

java spring thread-safety scalability stateless
How to create an ASP.NET web farm?

I am looking for information on how to create an ASP.NET web farm - that is, how to make …

asp.net scalability web-farm
Weak vs Strong Scaling Speedup and Efficiency

I have a theoretical question. As you know, for the analysis of scaling, the speedup is defined as S(N) = …

parallel-processing cluster-computing mpi scalability hpc
How does FlockDB compare with neo4j?

Both FlockDB and neo4j are open source frameworks for keeping large graph dataset. Anyone familiar enough with both products …

graph scalability neo4j flockdb
How to make my Java application scalable and fault tolerant?

In a simplified manner my Java application can be described as follows: It is a web application running on a …

java scalability redundancy
How do you scale HTTP server like Google?

I often marvel at how I can go to www.google.com, from anywhere in the world at any time, …

http webserver scalability
High Performance ASP.NET Site (> 1000 Request/Second)

I am writing a High Performance ASP.NET Json API with soon > 1000 Request/Second. All my logic and processing …

asp.net performance scalability httphandler
What is the Reason large sites don't use MySQL with ASP.NET?

I have read this article from High Scalability about Stack Overflow and other large websites. Many large high traffic .NET …

asp.net sql mysql sql-server scalability
How are you taking advantage of Multicore?

As someone in the world of HPC who came from the world of enterprise web development, I'm always curious to …

concurrency scalability parallel-processing multicore
How does I/O work in Akka?

How does the actor model (in Akka) work when you need to perform I/O (ie. a database operation)? It …

scala scalability websocket actor akka