BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
59 / 81 · Module 16 — Production Engineering and Observability · filtered: interview← prev⊞ allnext →

16.17Connection pools

Opening a brand-new network connection for every request is expensive.

Connectors generally manage reusable connections/pools depending on their implementation/configuration.

Conceptually:

Mule
   ↓
connection pool

[connection]
[connection]
[connection]
[connection]
   ↓
Database/API

Problems can happen when:

all connections busy

and requests wait for one.