dominh icon indicating copy to clipboard operation
dominh copied to clipboard

Improve performance using a persistent FTP connection

Open gavanderhoorn opened this issue 4 years ago • 1 comments

Every method in dominh which uses an FTP connection currently sets up its own connection, does it's job and then disconnects.

This adds overhead.

Using a persistent connection would avoid that overhead.

gavanderhoorn avatar Feb 26 '21 11:02 gavanderhoorn

As the controller supports a limited nr of concurrent connections, using a persistent one should be an option.

gavanderhoorn avatar Feb 26 '21 11:02 gavanderhoorn