Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

When transferring data between a source and destination there are a number of factors which can limit the transfer speed.  Most cloud providers have rate limitations which reduce the transfer rate but if those limits are account based and it supports impersonation SkySync can create a pool of accounts that issues commands in a round robin format across all of the accounts connected to the pool.

By default this feature is only available for user drive mapping jobs but support for connection pooling can be extended for all jobs with an application setting.

In the installation folder is a file called appsetting.config that requires the addition of the following line.  

Instructions on how to setup the app setting

Expand
titleExpand for more information

1) Navigate to the SkySync installation folder C:\Program Files (x86)\SkySync

2) Find the file "appsetting.config"

3) In between the tags "<appSettings> </appSettings> " insert the line "<add key="EnableNonRootPooledConnections" value="true" />"

Example image below

Expand
titleExpand for image

Image Modified

4) Click File and select Save

Note

Once the setting has been added to the appsetting.config file you will need to restart the SkySync service for it to take effect.




How to setup connection pooling in SkySync

Expand
titleExpand for more information

1) Create at least one Connection

2) In the Navigation screen right click on the desired connection and select a color under the section "Connection Pool"

Expand
titleExpand for image

Image Added

3) Once the color has been selected you will need to name the pool


In the navigator once you establish a connection you can assign that account to a pool by color.  When you add the first account you will be given an option to name the Pool and choose a color.  A pool requires the minimum of one account but additional accounts can be added at any time.

 Image Removed


 

After the pool has been setup when creating a new job you need to set the pool as the source or destination instead of one of the individual accounts.  Once a job is configured to use the pool if the pool is adjusted later it will be used on the next run of the job.

...