I have a wcf service that will be running on a multicore system, with multiple NIC cards. Do I need to do anything in order to take full advantage of the cores? Do I need to run multiple instances of the service? Or will .NET automagically handle everything for me?
Thanks!!