GithubHelp home page GithubHelp logo

Add connection pooling about beanstalkc HOT 11 OPEN

dsully avatar dsully commented on August 22, 2024
Add connection pooling

from beanstalkc.

Comments (11)

earl avatar earl commented on August 22, 2024

In principle, yes. Even more so if it can be kept as simple as possible. Could you shortly describe how you envision it behaving, in rough terms?

from beanstalkc.

dsully avatar dsully commented on August 22, 2024

I was looking at doing a rough port of how the Ruby client works - some operations read from all hosts in the pool & collate the results, other operations work against a specific host.

I also prefer simple - and am thinking of a separate class BeanstalkPool or similar, but there might need to be some changes to the core code.

Thanks

from beanstalkc.

earl avatar earl commented on August 22, 2024

I assume you are talking of beaneater? I'll have a look again at how they do pooling.

from beanstalkc.

dsully avatar dsully commented on August 22, 2024

Yes, beaneater.

from beanstalkc.

Doerge avatar Doerge commented on August 22, 2024

Hi there.

As part of my job I forked and wrote a simple Pool-class. I haven't looked at beaneater, but it sounds like I'm doing exactly what you talk about. I haven't made a pull-request yet because I thought we would come across various issues while coding up against the pool, and I have managed to catch a bug or two this way. I will make a pull-request when I feel it is deserves to be a part of this great client!

from beanstalkc.

ysmolski avatar ysmolski commented on August 22, 2024

I think having pool is essential for such a client. I have noticed that Doerge has made additions with Pool class [1]. Earl, what do you think about merging into your original library?

  1. https://github.com/Doerge/beanstalkc

from beanstalkc.

ysmolski avatar ysmolski commented on August 22, 2024

Doerge, do you mind if I work on your fork with Pooled connections to cut some rough edges? :-)

from beanstalkc.

earl avatar earl commented on August 22, 2024

If someone prepares a pull-request, I'll be happy to review it. Doerge mentioned that he came across various issues he wanted to shake out first; I don't know what the status of that is.

from beanstalkc.

Doerge avatar Doerge commented on August 22, 2024

Hiya.

We are using my branch in production and it has been a while since I came across any issues. I don't know if that justifies a pull-request? (I'm new to github'ish..)

@ysmolsky Fork away! I would love to see some polish! For the sake of my coding-bettering what rough edges have you noticed?

edit:
I logged 3 issues with the pool btw:
https://github.com/Doerge/beanstalkc/issues?state=open

from beanstalkc.

ysmolski avatar ysmolski commented on August 22, 2024

Well, the polish I meant is about code style mostly. But more importantly is that reconnection does not work as expected for your fork, b/c of issues you mentioned by that link.

For example the most obvious is the we need to reuse and rewatch all those tubes we were using and watching prior the disconnect. I am going to implement them in fork with BlockingConnection class...

Also I don't really like the idea of having multiple beastalkd server and pulling reserve() from random instances. Thinking about having something more reliable..

from beanstalkc.

Doerge avatar Doerge commented on August 22, 2024

Cool! I'm looking forward to learn from your polishing!

@reconnecting
Cool! I'll keep an eye on your fork :)

@reserving from random instances:
Yeah I did consider peeking at the different bstalkds but for our scenario I went with the simple solution at first. Setting a time out on the reserve and then trying the next in line should be a better solution.

from beanstalkc.

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.