Apologies if this has been asked before, but I've searched and can't find an answer
We have a WCF service that provides upto 100 instances - as there are 10,000 clients but the calls are very quick.
The only performance overhead we've noticed is on the first call to an instance...e.g. the first time any of the instances is called (or after recycling) there is a noticeable delay, compared to any other calls.
Is there any way to "fire up" 100 instances on IIS startup? Thus removing this overhead?
Is there a way to find out how many instances are currently "active/insantiated" on a service?
Many thanks, Dave.