c# - MultiThreading Solution -
i developing application , thinking solution it... perhaps... can idealized may not easy implement here problem
i want setup bunch of modules... each module can input, output, or transforming data.
the objective draw flow input ->transform1 -> transform2 -> transform3 -> output modules can single or multithreaded...
this means can create multiple threads of transform2 each 1 transforming 300 records of data
i don't know how should approach thought having module controler load modules list, creaeted record queue... don't know how should pass data thread , control multithread process...
please provide suggestions.
there book, parallel programming microsoft .net has of sample source code available download. examples chapter 7 on pipelines sounds lot describing.
Comments
Post a Comment