1. Server HTTP optimization settings
- Adjust the number of active threads. The number of requests that can be processed by the HTTP server at the same time, instead of the number of connections and sessions.
Single CPU server <= 64
Multiple CPU servers <= 80
- Concurrent running of Web Proxy
Make sure that the Web Proxy isThread SecurityTo improve the performance.
Server documentation-> Internet protocol-> Domino web engine
- Optimization of HTTP thread queuing
New requests are queued in turn
Httpqueuemethod = 0 (R6 default mode)
Search for the shortest queue for new requests
Httpqueuemethod = 1
New requests are sent to the end of a single queue. All threads use one queue. Get the next request from the queue header during idle time for processing
Httpqueuemethod = 2 (R5 default mode)
Note: httpqueuemethod = 0 is usually used. In special cases, httpqueuemethod = 2 can be used if some threads need to be completed for a long time.
Default initial 16 MB, maximum 64 MB
The AIX platform is recommended to be up to 128 MB.
For other platforms, we recommend that you do not exceed 256 MB.
2. Database ACL permission Control
The default ACL permission is recommended.
Entries |
Type |
Permission |
anonymous |
unspecified |
inaccessible |
-default- |
unspecified |
edited by Create document permission Delete document permission (optional based on application development requirements) |
localdomainadmins |
personal group |
Manager document creation permission Delete document permission |
localdomainservers |
server group |
Manager document creation permission Delete document permission |
otherdomainservers |
server group |
inaccessible |
<Name of the server where the current database is located> |
Manage servers |
Manager Document creation permission Delete document permission |
3. Web application database attribute settings
Enable "do not maintain unread document flag"
Enable "optimize Document Table ing"
Enable cancel transaction daily (If transaction logs are enabled in the environment of the Deployment Server, depending on the current situation)
Enable "reply document level not supported" (if this database uses a reply document, this option is not enabled)
Enable "allow more domains"
Enable "allow compression Database Design"
Modify the $ updateby domain entry restriction. The recommended value is 5.
Modify the $ revisions domain entry restriction. The recommended value is 5.
Specific settings are as follows: