*** Welcome to piglix ***

Connection broker


In software engineering, a connection broker is a resource manager that manages a pool of connections to connection-based resources such as databases or remote desktops, enabling rapid reuse of these connections by short-lived processes without the overhead of setting up a new connection each time.

Connection brokers are often used in systems using N-tier architectures.



...
Wikipedia

...