balance

Load balancing solution and generic tcp proxy

Install

All systems
curl cmd.cat/balance.sh
Debian Debian
apt-get install balance
Ubuntu
apt-get install balance
image/svg+xml Kali Linux
apt-get install balance
Fedora
dnf install balance
Windows (WSL2)
sudo apt-get update sudo apt-get install balance
OS X
brew install balance
Raspbian
apt-get install balance

balance

Load balancing solution and generic tcp proxy

Balance is a load balancing solution being a simple but powerful generic tcp proxy with round robin load balancing and failover mechanisms. Its behaviour can be controlled at runtime using a simple command line syntax.

picolisp

Lisp interpreter and application server framework

Pico Lisp can be viewed from two different aspects: As a general purpose programming language, and a dedicated application server framework. As a programming language, Pico Lisp provides a 1-to-1 mapping of a clean and powerful Lisp derivate, to a simple and efficient virtual machine. It supports persistent objects as a first class data type, resulting in a database system of Entity/Relation classes and a Prolog-like query language tightly integrated into the system. As an application server framework, Pico Lisp provides for database management (including multi-user synchronization, DB garbage collection journalling and replication), web interface integrated (and generated from) the application data model, and an application server.