0
Answer

using WCF in Threadpool

mike finix

mike finix

14y
2.8k
1

Hi,
I'm using framework 3.5/4.0
I have a windows service which hosts a WCF service.
so once the windows service is started the wcf service is also started.
due to performance issues i want to create a windows service with thread pool which will create and manage several instances of WCF service.
Can someone please show me a code example for this.
Regards,
Mike.