|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
1. In TIBCO Administrator, click Application Management.
5. Click the Advanced tab.
7. Click Save.
The HTTP Receiver process starter uses a different mechanism for controlling the flow of incoming requests. When Flow Limit is set on a process definition containing this process starter, the maximum number of incoming requests is limited to <flowLimitValue> -1. It is recommended that you use the minProcessors and maxProcessors properties to control the flow of incoming HTTP requests instead of using the Flow Limit property.See the description of the HTTP Connection resource in TIBCO ActiveMatrix BusinessWorks Palette Reference for more information on flow control of the HTTP Receiver process starter.Specifying a value for Max Jobs causes the process engine to incur some overhead for managing the paging of process instances to and from disk. If you have sufficient system resources and do not expect incoming events to exceed the limits of your system, consider specifying Max Jobs as 0. This allows the process engine to create an unbounded number of process instances and eliminates the overhead of paging.
Note: If your goal is to sequentially process incoming events, use the Sequencing Key field on the Misc tab of the process starter. Using Max Jobs and Use Activation Limit incurs overhead as process instances are paged to disk and retrieved from disk. Note: If your goal is to sequentially process incoming events, use the Sequencing Key field on the Misc tab of the process starter. Using Max Jobs and Use Activation Limit incurs overhead as process instances are paged to disk and retrieved from disk.
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |