Giter Club home page Giter Club logo

Comments (5)

benmoran56 avatar benmoran56 commented on August 12, 2024 1

Great, glad I'm glad it worked out.

from esper.

benmoran56 avatar benmoran56 commented on August 12, 2024

Hello Georges,

Thanks for your interest in esper. Current no, esper does not do any type of locking. I will revisit this once future Python No-GIL builds are released.

At a minimum, locking will need to be done around Component types. It won't work if two Processors were iterating over ComponentA at the same time, for instance.

esper also has internal caching for component queries. This may need to be changed as well, but perhaps not.

from esper.

GeorgesAlkhouri avatar GeorgesAlkhouri commented on August 12, 2024

Thank you for clarifying the details.
Our game is designed to be a client/server, multi-user, turn-based game. In this setup, executing the esper process pipeline is expected to be efficient, potentially running once every two seconds. Given that performance is not a concern in our use case, we are considering wrapping esper and its required state within a new Python Process for every request. This would be executed on a per-user-request basis.

from esper.

benmoran56 avatar benmoran56 commented on August 12, 2024

I haven't personally used esper in this way, but it should be effective. You can import esper inside of each process if you want to avoid all shared state entirely. Using a specific World context for each Process should also prevent conflicts (esper.switch_world(name)).

from esper.

GeorgesAlkhouri avatar GeorgesAlkhouri commented on August 12, 2024

Thanks again, as of now it works like a charm, isolating esper via a new process.

from esper.

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.