I have a map that is a basic in/out set-up that grabs files (100kb) from a source folder and FTP's the file to an external server.
WS set to memory
-Wild card input on source
-FTP target on ouyput:
-PORT -URL ftp://usernameassword@corpftp.tradingpartner.com/inbound/*.gpg;type=A
On the Dev server, this system flies. Multithreading it (max conccurent @ 2) doubles the speed.
On the Prod server, even under a low load, multithreading does not seem to work and each map takes about 8-10 seconds to complete. Am I missing something?
WS set to memory
-Wild card input on source
-FTP target on ouyput:
-PORT -URL ftp://usernameassword@corpftp.tradingpartner.com/inbound/*.gpg;type=A
On the Dev server, this system flies. Multithreading it (max conccurent @ 2) doubles the speed.
On the Prod server, even under a low load, multithreading does not seem to work and each map takes about 8-10 seconds to complete. Am I missing something?