Macromedia live cycle 7.2 매뉴얼

다운로드
페이지 123
Adobe LiveCycle
Enhancing Server Performance
Installing and Configuring LiveCycle for JBoss
 Improving Windows Server Performance with LDAP     119
Improving Windows Server Performance with LDAP
Using connection pooling on the search connection can decrease the number of ports need by as much as 
50%, since that connection always uses the same credentials for a given domain, and the context and 
related objects are closed explicitly.
To configure your Windows Server for connection pooling:
1. 1. Start the registry editor by clicking Start > Run and in the Open box type 
regedit
 and click OK.
2. Navigate to the registry key: 
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
 
3. In the right pane of the registry editor, look for the TcpTimedWaitDelay value name. If the name does 
not appear, you can add it by selecting Edit > New > DWORD Value from the menu bar. 
4. In the name box, type 
TcpTimedWaitDelay
.
Note:
If you do not see the a flashing cursor and 
New Value #
 inside the box, right-click inside the 
right panel, select Rename from the menu, then in the name box, type 
TcpTimedWaitDelay
.
5. Repeat this step 
 for the following value names:
 MaxUserPort
MaxHashTableSize
, and 
MaxFreeTcbs.
6. Double-click inside the right pane to set the TcpTimedWaitDelay value. Under Base, select Decimal
and in the Value box, type 
30
.
7. Double-click inside the right pane to set the MaxUserPort value. Under Base, select Decimal, and in 
the Value box, type 
65534
.
8. Double-click inside the right pane to set the MaxHashTableSize value. Under Base, select Decimal
and in the Value box, type 
65536
.
9. Double-click inside the right pane to set the MaxFreeTcbs value. Under Base, select Decimal, and in 
the Value box, type 
16000
.
Caution:
Serious problems might occur if you modify the registry incorrectly by using Registry Editor or 
by using another method. These problems might require that you reinstall your operating 
system. Modify the registry at your own risk.