• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

leroy-merlin-br / mongolid / 678
100%
master: 97%

Build:
Build:
LAST BUILD BRANCH: v2.2.4
DEFAULT BRANCH: master
Ran 20 Oct 2018 04:21PM UTC
Jobs 2
Files 30
Run time 45s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
678

push

travis-ci

ravanscafi
Drop connection pool

The PHP driver uses libmongoc's single-threaded client mode, which does not implement connection pools. There is also no way to implement your own connection pooling using this driver.

Each single-threaded libmongoc client object maintains at most one socket connection per mongod or mongos server. The relationship between MongoDB\Driver\Manager objects and libmongoc client objects is discussed in Connection Handling in the driver documentation.

Connection pools should not be needed for any single-threaded application, unless you're using an async PHP framework (e.g. Amp, ReactPHP). In those cases, you'd probably need to implement your own driver as we provide no way to integrate libmongoc's IO with a PHP event loop. Multi-threaded PHP applications (e.g. pthreads, forking) are not supported by the driver.
https://github.com/mongodb/mongo-php-driver/issues/688#issuecomment-349193875

638 of 656 relevant lines covered (97.26%)

12.25 hits per line

Jobs
ID Job ID Ran Files Coverage
1 678.1 20 Oct 2018 04:22PM UTC 0
97.26
Travis Job 678.1
2 678.2 20 Oct 2018 04:21PM UTC 0
97.26
Travis Job 678.2
Source Files on build 678
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #678
  • cb97919e on github
  • Prev Build on v3 (#676)
  • Next Build on v3 (#684)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc