Sorry if this was asked before, but I searched and cannot find the answer
We have a WCF service that provides up to 100 instances, since there are 10,000 clients, but the calls are very fast.
The only overhead we noticed was the first call to the instance ... for example. the first call to any of the instances (or after repeated use) there is a noticeable delay compared to any other calls.
Is there a way to "start" 100 instances when IIS starts? So deleting this overhead?
Is there a way to find out how many instances are currently “actively / insighted” in the service?
Thanks a lot, Dave.
source
share