Skip to content

Demonstrates the ADO.NET connection pool mechanics

Notifications You must be signed in to change notification settings

snobu/observe-conn-pool

Repository files navigation

Code sample to demonstrate the ADO.NET connection pool mechanics

Usage:

$ export CONNSTR="your_SQLServer_connection_string"

Edit Main() in Program.cs.

Build

make build
# or
dotnet restore && dotnet build

Run

make run
# or
dotnet run
# or
dotnet run | ./chart.py

screenshot

Clean

make clean

About

Demonstrates the ADO.NET connection pool mechanics

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published