Coder Social home page Coder Social logo

Comments (11)

merrells avatar merrells commented on May 27, 2024

I think this might be intended behaviour... a connection only supports one outstanding request. My solution to this was to implement a connection pool.

John

from em-mongo.

jarib avatar jarib commented on May 27, 2024

Interesting... The code in connection.rb seems to imply that several requests could be pending at once. If it's a limitation in MongoDB, having a connection pool in em-mongo would probably be the right solution.

from em-mongo.

merrells avatar merrells commented on May 27, 2024

Even more interesting... I did try this initially, but found that response messages would trample over each other and then bson would throw an exception. I assumed from this that a connection could only be used for one outstanding request.

I am also having other problems... but can't pin it down to em-mongo yet.... sometimes I get an exception from bson.... and sometimes it does looks like all my connections hang.

John

from em-mongo.

merrells avatar merrells commented on May 27, 2024

I fixed the problems(s) I was having, and I might have fixed yours too. I also made it go a bit faster.

merrells / em-mongo

John

from em-mongo.

jarib avatar jarib commented on May 27, 2024

Nope, the spec I added still hangs after pulling your changes. Thanks for trying though.

from em-mongo.

merrells avatar merrells commented on May 27, 2024

I just committed another change that should have fixed your problem.

from em-mongo.

jarib avatar jarib commented on May 27, 2024

Awesome! I'll send Brendan a pull request (which now has your fixes + my spec) if that's ok with you.

from em-mongo.

merrells avatar merrells commented on May 27, 2024

sure

from em-mongo.

merrells avatar merrells commented on May 27, 2024

just fixed a bug in my patch

from em-mongo.

jarib avatar jarib commented on May 27, 2024

Merged.

from em-mongo.

bcg avatar bcg commented on May 27, 2024

Merged and pushed. Gem updated to 0.2.9. Thanks!

from em-mongo.

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.