dominh
dominh copied to clipboard
Improve performance using a persistent FTP connection
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.
As the controller supports a limited nr of concurrent connections, using a persistent one should be an option.