For maximum performance and scalability, it is recommended that you modify the Internet Information Service (IIS) thread limits after creating a Communicator Web Access (2007 R2 release) virtual server. This is especially important if your Communicator Web Access server will need to handle more than just a few hundred simultaneous connections.

To configure virtual server thread settings
-
Log on to the computer that is running Communicator Web Access as a member of the local Administrators group and the RTCUniversalServerAdmins group.
-
Click Start and then click Run.
-
In the Run dialog box, type wbemtest and then press ENTER.
-
In the Windows Management Instrumentation Tester, click Connect.
-
In the Connect dialog box, type root\default\rtccwa_repository in the Namespace box, and then press ENTER.
-
In the Windows Management Instrumentation Tester, click Open Class.
-
In the Get Class Name dialog box, type MSFT_CWASiteSetting in the Enter Target Class Name box, and then press ENTER.
-
In the Object Editor for MSFT_CWASiteSetting dialog box, select Hide System Properties and then click Instances.
-
All of the virtual servers installed on the computer will be displayed in the Query Result dialog box. To view the properties for a particular virtual server, double-click the server name.
-
In the Object Editor dialog box, select MaxThreadLimit and then click Edit Property.
-
In the Property Editor dialog box type 12 in the Value box and then click Save Property.
-
In the Object Editor dialog box, select MinThreadLimit and then click Edit Property.
-
In the Property Editor dialog box, type 3 in the Value box and then click Save Property.
-
In the Object Editor dialog box, click Save Object.