Trying to determine best design for this workflow - c# - 3.0

Posted by ltech on Stack Overflow See other posts from Stack Overflow or by ltech
Published on 2010-04-01T21:09:44Z Indexed on 2010/04/01 21:13 UTC
Read the original article Hit count: 319

Filed under:
|
|

Input Server - files of type jpg,tif, raw,png, mov come in via FTP

Each file needs to be watermarked, if applicable, and meta data added to the file

Then each file needs to be moved to an orders directory where an order file is generated and then packaged as zip file and moved to processing server.

The file names are of [orderid_userid_guid].[jpg|tif|mov|png...]

As I expect the volume to grow I dont want to work on one file at a time and move it through the work flow. I would prefer multi threaded/asynchronous if possible..

© Stack Overflow or respective owner

Related posts about work

Related posts about flow