Is connection pooling working correctly in Subsonic?

后端 未结 4 1449
粉色の甜心
粉色の甜心 2021-01-23 20:52

I am getting reports that connection pooling is not working in the Subsonic orm when used with sql server on a remote machine. I\'m not sure how they are monitoring this, maybe

4条回答
  •  庸人自扰
    2021-01-23 21:21

    I'm not sure about the earlier versions, but in 2.1, AbstractList.Load() already uses LoadAndCloseReader(rdr) wrapped in a using statement.

提交回复
热议问题