Input server - files like jpg, tif, raw, png, mov enter via FTP
Each file should be watermarked, if applicable, and metadata added to the file
Then each file must be moved to the order catalog, in which the order file is created, and then packed as a zip file and transferred to the processing server.
File Names: [orderid_userid_guid]. [jpg | tif | mov | png ...]
Since I expect the volume to grow, I don’t want to work on one file at a time and move it around the workflow. I would prefer to use multi-threaded / asynchronous if possible.
ltech source
share