You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A flight booking system is created using Javascript and PHP. Custom Load-Balancing Proxy Server is implemented to handle
load balancing functionality in Real Time.
About
This project is a simple Flight Booking System that implements a custom proxy server made in PHP. This proxy server implements the feature of load balancing by handling the request of different users for booking flights. The requests were diverted to 2 different servers that shared the same database. Concurrency was achieved by using Apache server