Scheduling concept

sir can you please provide me 1 simple basic code on scheduling i want to do analysis of how the users get distributed and allocation of resources happen

Dear RekhaS,

you can find the schedulers in the +scheduling package. There, you can see the code of all implemented schedulers, use debugging functionality (such as breakpoints) and run a simulation. This allows you to see how the scheduler sets certain variables and how that evolves during the simulation run, which should give you more insights on resource allocation.

Best regards,
Armand