GithubHelp home page GithubHelp logo

Non blocking io about mongo-php-library HOT 1 CLOSED

Spartaques avatar Spartaques commented on June 23, 2024
Non blocking io

from mongo-php-library.

Comments (1)

jmikola avatar jmikola commented on June 23, 2024

We currently have no plans to develop an async PHP driver. While I'd personally find the work very interesting, it's not something we can justify with the current staffing on the PHP team.

Since the underlying PHP extension depends on libmongoc, we do not have the flexibility to delegate internal IO to an event loop (or something like fibers in PHP 8.1+). An async PHP driver would likely need to be an entirely new project. At best, we may be able to avoid duplicating the library package if we could standardize on a lower level API between the async and libmongoc-based sync driver.

Some previous discussions beyond what you might be able to search up in GitHub issues on both projects:

  • PHPC-160 is a very old ticket where we considered some API to dispatch asynchronous queries.
  • PHPC-2072 is a recent question from a developer at Appwrite.io about supporting Swoole specifically. I didn't have much context for their use case, but in a separate Reddit thread I mentioned that many Swoole users had previously requested an API to disable client persistence, which we implemented in PHPC-1645. That functionality makes it possible to maintain a pool of MongoDB\Driver\Manager objects, each with their own libmongoc client and network connections, and share them among async workers. That is admittedly more a mitigation strategy than a solution, but it seemed sufficient for the needs of those Swoole users.

from mongo-php-library.

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.