Skip to content

A Go project demonstrating the Object Pool pattern for efficient management of database connections. Features dynamic resource allocation, connection health checks, and configurable pool settings to optimize application performance.

Notifications You must be signed in to change notification settings

arthurfp/Go_Object-Pool_Pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Pool Pattern in Go

This project demonstrates the Object Pool design pattern through a database connection pool simulation. It shows how to manage reusable database connections efficiently to enhance application performance.

Setup and Running

More information on building and running the examples will be provided as the project progresses.

About

A Go project demonstrating the Object Pool pattern for efficient management of database connections. Features dynamic resource allocation, connection health checks, and configurable pool settings to optimize application performance.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages