c# - WCF multiple instances of a service, 1 per thread -


im trying set distributed computing environment using wcf. have large amount of data process, have managed split discrete blocks.

is possible create multiple instance, 1 per core of pc, of same class (called numbercruncher) , assign each specific endpoint on servicehost? far ive understood, each endpoint needs abc (address (unique), binding info, contract), long assign unique endpoint address each instance of numbercruncher should able access each thread, contains single instance of numbercruncher?

if above work poor solution, i'd appreciate suggestions on possible alternative.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

qt - Errors in generated MOC files for QT5 from cmake -