Code Monkey home page Code Monkey logo

Comments (4)

Enchufa2 avatar Enchufa2 commented on June 8, 2024

Ok, I see what's the problem: the problem is in the documentation. 😄

Suppose two arrivals with priority=preemptible=x. If preemption occurs when priority >= preemptible, then each one is able to preempt the other, and the simulator enters an infinite loop.

So I'll change the documentation to reflect that priority must be >preemptible and I'll force that, for an arrival, its preemptible parameter must be >= its priority.

from simmer.

Enchufa2 avatar Enchufa2 commented on June 8, 2024

New ?seize:

preemptible: if the seize occurs in a preemptive resource, this parameter establishes the minimum incoming priority that can preempt this arrival (a seize with a priority greater than 'preemptible' gains the resource). In any case, 'preemptible' must be equal or greater than 'priority', and thus only higher priority seizes can trigger the preemption.

from simmer.

nacnudus avatar nacnudus commented on June 8, 2024

Oh right, I see. I was confused about how FIFO/LIFO was applied, and thought it was a way of implementing a FIFO/LIFO queue. But it's purely about which arrival that is already being served will be preempted.

from simmer.

Enchufa2 avatar Enchufa2 commented on June 8, 2024

Yeap, that's right. Because, if there are several arrivals being served, all of them with the same priority, and another one comes and triggers preemption, you need a policy to select which one should be stopped. That's the meaning of FIFO/LIFO in this context.

In any case, there was this mistake in the documentation. Thanks for the report. Keen eye! 😉

BTW, eager to read the second part of your post!

from simmer.

Related Issues (20)

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.