Hacker News new | ask | show | jobs
by nijave 21 days ago
Recently ran into a related bug in duckdb. They implemented a basic http connection pooler (described as a parking lot) but there are edge cases where broken connections get returned to the pool then the next thing tries to use a busted connection and fails.
1 comments

DuckDB is in-process though?
Yeah, just another example of "connections pools are hard in general"