Giter Club home page Giter Club logo

Comments (3)

rouge8 avatar rouge8 commented on July 23, 2024

The upcoming gevent 1.1 release supports PyPy, is that an option?

from nameko.

davidszotten avatar davidszotten commented on July 23, 2024

possibly, but only in the long term. gevent has different semantics to eventlet, so it's not a straight swap. at the moment, nameko is built assuming eventlet.

we have talked about abstracting out the differences and making nameko work with either eventlet or gevent, but that's only an idea at this point

from nameko.

astawiarski avatar astawiarski commented on July 23, 2024

edited:
Recent versions of PyPy support both eventlet and gevent.

Nameko is passing whole test suite under PyPy3 2.4.0 (Python 3.2.5 compatible), but fails with plenty of exceptions under PyPy 4.0.0 (Python 2.7.10 compatible). I haven't identified why is it so.

However, code coverage check has to be disabled when testing for either PyPy. Coverage plugin uses CTracer extension that's written in C and was made to work with greenlets (eventlet), but PyPy can not load it. So it's trying to use PyTracer instead - which does not support eventlet.

We had Nameko working under PyPy 2.4.0 for quite a while in testing environment and there haven't been any issues. I think it would be worth to extend tox/travis config to include PyPy at least as an optional build step.

On another note, our initial performance tests didn't show any improvements for Nameko itself when running under PyPy. But the more CPU-bound you have in your services, the more likely you're going to benefit from running it with PyPy.

from nameko.

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.