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

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

Build:
Build:
LAST BUILD BRANCH: v2.2.4
DEFAULT BRANCH: master
Ran 20 Oct 2018 04:21PM UTC
Files 30
Run time 1s
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

20 Oct 2018 04:18PM UTC coverage: 97.256% (-0.03%) from 97.281%
678.2

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%)

6.13 hits per line

Source Files on job 678.2
  • Tree
  • List 0
  • Changed 7
  • Source Changed 5
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 659
  • Travis Job 678.2
  • cb97919e on github
  • Prev Job for on v3 (#676.2)
  • Next Job for on v3 (#684.2)
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