Atera all-in-one platform IT management software with AI agents
Ideal for internal IT departments or managed service providers (MSPs)
Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
Learn More
Network Management Software and Tools for Businesses and Organizations | Auvik Networks
Mapping, inventory, config backup, and more.
Reduce IT headaches and save time with a proven solution for automated network discovery, documentation, and performance monitoring. Choose Auvik because you'll see value in minutes, and stay with us to improve your IT for years to come.
Free MySQL Load Balancing PHP script.
For load balanced access to your MySQL servers when you are using MySQL replication between one (or many) master and many slaves.
This script does reads on slaves and writes on master(s). It automatically checks if the challenger slave is "fresh enough" to read on it.
The script is actually used in real conditions, prove of the capabilities. That also needed from me to erase some sections of the code replaced by a "TODO" commentary with...
A wrapper for PHP’s default session handler, using MySQL for storage
Zebra_Session is a PHP class that acts as a wrapper for PHP's default session handling functions but instead of storing session data in flat files it stores them in a MySQL database, thus providing both better security and better performance.
The library is also a solution for applications that are scaled across multiple web servers (using a load balancer or a round-robin DNS) and where the user's session data needs to be available.