Libraries tagged by load-balancer
meletisf/laravel-zen
4 Downloads
A package for providing the health state of the application in order to help load balancers determine the pool membership
bonsaicode/redis
20 Downloads
Implementation of the Redis Redlock algorithm, which is used to ensure only one server carries out a process in an environment where multiple duplicate servers exist, e.g. GCP auto-scaling load balancer.
andreybolonin/php-pm
45 Downloads
PHP-PM is a process manager, supercharger and load balancer for PHP applications.
andrey-mashukov/throttler
5001 Downloads
Throttler - load balancer
alibabacloud/slb-20130221
1 Downloads
Alibaba Cloud Server Load Balancer (20130221) SDK Library for PHP
alibabacloud-fix/slb-20140515
597 Downloads
Alibaba Cloud Server Load Balancer (20140515) SDK Library for PHP
espresso/proxy
1 Downloads
Middleware for applications behind proxies and/or load balancers
digit-soft/re-action-pm
44 Downloads
PHP-PM is a process manager, supercharger and load balancer for PHP applications.
jhancock/yii2-version-assetmgr
25392 Downloads
Yii2 asset manager that hashes based on application version instead of mtime. Useful for load balanced sites.
publero/net_gearman
80364 Downloads
Gearman (http://www.danga.com/gearman) is a system to farm out work to other machines. It can load balance function calls to lots of machines and allows you to call functions between languages. It can also run all function calls in parallel.
mhlavac/gearman
52729 Downloads
Gearman (http://www.danga.com/gearman) is a system to farm out work to other machines. It can load balance function calls to lots of machines and allows you to call functions between languages. It can also run all function calls in parallel.
vectorface/gearman
12340 Downloads
Gearman (http://www.danga.com/gearman) is a system to farm out work to other machines. It can load balance function calls to lots of machines and allows you to call functions between languages. It can also run all function calls in parallel.
incapption/load-balanced-cron-task
523 Downloads
Distributes cron jobs among identical webservers based on a single remote mysql database.
processfast/yii2-minify-view
10898 Downloads
Modification of rmrevin/yii-2-minify-view lib to allow minification of css & js in a load balanced environment
pilotftzi/net-gearman
29 Downloads
Gearman provides a generic application framework to farm out work to other machines or processes that are better suited to do the work. It allows you to do work in parallel, to load balance processing, and to call functions between languages. It can be used in a variety of applications, from high-availability web sites to the transport of database replication events. In other words, it is the nervous system for how distributed processing communicates. This package provides an interface for PHP to communicate with the Gearman server.