Y
Hacker News
new
|
ask
|
show
|
jobs
by
ants_a
136 days ago
This is not a big database usecase. It just needs one to not do silly things like opening a new database session for every query when it's well documented that this is expensive.
1 comments
mihular
136 days ago
Ha, .net does that automatically unless you really want not to - connection pooling I mean.
link