You can modify you connection strings for WCM and site issues to improve performance and Eliminate the Connection Timeout issues in WCM
Open your web config file in the new folder.
Locate the connection string for imis.
Add the following parameters to the end of the existing string.
Max Pool Size=100; Min Pool Size =5;
Recycle the Application Pools and restart IIS.
Helps Tremendously.
Broc
Ignore the above areas for Normal theu Microsoft
Ignore the area above from Normal to Microsoft, Added this when I submitted the post.