I’ve notice that when we put files to TN via FTP the “put” from the remote host stays open until the rule for the document is finished executing. This presents a problem for the ftp connection as the files get larger.
One resolution I came up with was to have the rule just change the status of the doc and NOT execute any service. Then I schedule another service to look for docs with that status and process them. To me this seems a bit redundant. Has anyone got a better work around? My solution creates the possibility of unnecessary delays in processing the documetns.
As I write this I’m thinking delivery queues may be the solution I’m looking for.
Comments?