Connection Pooling - SharePoint 2007
How to check/confirm t开发者_Go百科hat whether SQL connection pooling is enabled for a sharepoint 2007 web-application ?
It is built into the SharePoint DAL. I've used SQL Profiler to verify in the past.
You can see that the connections are re-used when viewing the profiler logs.
精彩评论