Table of Contents

Search

  1. Preface
  2. Introduction
  3. Dashboard
  4. Resources
  5. Workflows
  6. Task Reference
  7. Services Overview
  8. Users
  9. Logs and Reports
  10. Encryption
  11. System
  12. Appendix
  13. Glossary Terms

Connection Pooling Configuration

Connection Pooling Configuration

To configure connection pooling, define the
maxTotal
property in the following file:
<MFT_HOME/server/config/ftp-connectionpool-config.properties
.
The
maxTotal
property is the maximum number of active connections that
Managed File Transfer
can use when you enable connection pooling. You can derive the maximum number of active connections that you must provide in the
maxTotal
property, based on the server capacity.
Use the following example to configure the
maxTotal
property:
Consider that
Managed File Transfer
has 112 connections and each SFTP resource has a maximum of 10 active connections. Based on the server capacity, let us assume that you can use a maximum of 18 connections for a resource out of the 112 connections.
The value of the
maxTotal
property must be 10 * 18 =180.

0 COMMENTS

We’d like to hear from you!