AirlineReservationSystems-ARS-

Airline reservation systems (ARS) are systems that allow an airline to sell their inventory (seats), application allow client to make reservation on specific seat on airline and validate the seat availability. This project consists of

Client-side application

o Make a reservation

o List of available seats.

o Register.

o Login accounts

Server-side application

o Receive reservation

o Validate the seat if available due to race condition.

o Update Available seats.

o Must handle request using thread pool