bos / pool

A high-performance striped resource pooling implementation for Haskell
Other
112 stars 59 forks source link

Major bugfix #4

Closed ozataman closed 13 years ago

ozataman commented 13 years ago

Bryan,

I think I've spotted/fixed a bug here where new resources would be created instead of ever reusing an already live one. This in turn would create a large number of connections and eventual DOS in high load setups.

Cheers, Ozgun

bos commented 13 years ago

Thanks, Ozgun - your fix looks correct, so I've applied it.