Giter Club home page Giter Club logo

Comments (7)

mverrilli avatar mverrilli commented on May 28, 2024

@ask Is there any interest in updating this? I could take a stab at it.

from librabbitmq.

dhui avatar dhui commented on May 28, 2024

+1 for updating the rabbitmq-c library
It looks like newer versions of rabbitmq-c support hearbeats: alanxz/rabbitmq-c#259

from librabbitmq.

fake-name avatar fake-name commented on May 28, 2024

I've been looking around in the source, and it's basically impossible to follow. Dynamically generated C output from python via print, huge multi-line string literals everywhere.

I almost think starting over with something like SWIG or cffi is a better option for supporting py3k/recent versions of AMQP.

from librabbitmq.

mverrilli avatar mverrilli commented on May 28, 2024

@fake-name That code generation is based on protocol specs and really doesn't require you to touch it. I think mostly this is about getting python wrappers around the rabbitmq-c api then updating kombu appropriately.

I really don't know what the effort is, though, to get the python wrapper working with python 3.x.

from librabbitmq.

fake-name avatar fake-name commented on May 28, 2024

@mverrilli - I was wading through python code that emitted python-wrapping C code by printing to stdout the other night, but I can't find it in the repository.

In any event, the build process is extremely opaque at minimum.

I'll see if I can be specific about what I was seeing once I'm home later.

from librabbitmq.

fake-name avatar fake-name commented on May 28, 2024

Ok, you're correct, and I have no idea what I was looking at last night.

I do have to still touch that code, because I'm trying (and failing) at a py3k port, and it uses the print construct everywhere, but that's at least somewhat pedestrian.

from librabbitmq.

auvipy avatar auvipy commented on May 28, 2024

https://github.com/celery/librabbitmq/releases/tag/v2.0.0 check this

from librabbitmq.

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.