Top "Redundancy" questions

Redundancy is the duplication of critical components or functions of a system with the intention of increasing reliability of the system, usually in the case of a backup or fail-safe.

How to use fastcgi_next_upstream in Nginx

I'd like to have 1 web server (nginx) and 2 FastCGI instances of the same application as back-end. The idea is to …

nginx fastcgi redundancy
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 to apply different layouts to the same target in NLog?

NLog allows me to use SplitGroup to log my messages to several targets. I'd like to use this feature to …

c# configuration nlog redundancy nlog-configuration