Giter Club home page Giter Club logo

online-movie-ticket-booking's Introduction

online-movie-booking

FCFS (FIRST COME FIRST SERVE):

⮚ In this scheduling algorithm, a person is served according to the queue manner.

⮚ The person who arrives first in the queue first buys the ticket and then the next one.

⮚ This will continue until the last person in the queue purchases the ticket.

⮚ Using this algorithm, the CPU process works in a similar manner.

SEMAPHORES:

⮚ In computer science, a semaphore is a variable or abstract data type used to control access to a common resource by multiple processes in concurrent system such as a multitasking operating system.

⮚ A semaphore is simply a variable.

⮚ If two persons want to access the system at the time , deadlock will occur.

⮚ To overcome , this situation semaphores are used.

⮚ In this mini project , deadlocks are handled by

PRIORITY:

⮚ Priority scheduling is a non-preemptive algorithm and one of the most

common scheduling algorithms in batch systems.

⮚ Each process is assigned a priority. Process with highest priority is to be executed first and so on.⮚ Processes with same priority are executed on first come first served basis.

⮚ In this project, if user wants to access the page , admin have to finish his work

⮚ So admin gets the priority first

online-movie-ticket-booking's People

Contributors

kannan768 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.