Hello,
We use Alfresco 2.1 on Linux
we use the Alfresco ftpServer to transfer files into Alfresco via ftp. The files are moved in Alfrresco from the input directory to a target directory using Rules.
Unfortunately the ftp transfer for e.g. 40 small files (each 0,1kb) takes very long time (about a minute). If the rules in Alfresco (only a sequence of move-rules to the next subdirectory respectively) are disabled the execution is much faster. So the problem seems not to be the transfer but the application of the rules. The main problem is that our application who starts the ftptransfer is blocked until the ftp script isnt returned.
So how can we get a satisfying performance?
Thanks for Help