Domino Web Development Rule 2: management specifications related to Domino and development

Source: Internet
Author: User

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.

    • Set javamaxheapsize

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.

    • We recommend that you upgrade to version 6.5.6/7.0.2 or later to use the following parameters to optimize the use of HTTP private memory.

      Inotesthreadmemorygivepoolsback = 1

    • The HTTP editing output uses UTF-8 to avoid inconsistency between the client and the server in a multi-encoding environment.ProgramEncoding Problems.

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:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.