Performance Hosting under WAS vs Host as Service?
Posted
by ashraf
on Stack Overflow
See other posts from Stack Overflow
or by ashraf
Published on 2010-05-28T00:44:50Z
Indexed on
2010/05/28
0:51 UTC
Read the original article
Hit count: 374
I have some performance issue when I host WCF service (net.tcp) under WAS (IIS 7). It is working fine when I host service under console application.
The issue is WCF Become Slow After Being Idle For 15 Seconds and a solution. After applying Wenlong Dong workaround delay is gone, but it does not work in WAS (IIS 7).
I tried to put "ThreadPoolTimeoutWorkaround.DoWorkaround()" in static AppInitialize() as suggested here, still no luck.
Thanks
© Stack Overflow or respective owner