User214117797 posted
The console application which we are executing on server is not using multi processor. what are the setting i have to do.
To leverage off multi CPU/core processors you have to use threads etc
If the CPU architecture is intelligent it may offload the work to another core but I am not aware of any magic switches that will enable this.