Webservice with .NET
Posted
by mouthpiec
on Stack Overflow
See other posts from Stack Overflow
or by mouthpiec
Published on 2010-06-11T14:29:53Z
Indexed on
2010/06/11
14:32 UTC
Read the original article
Hit count: 333
Hi,
I have an application that when run as a windows application takes around 4 secs to compute, but when run as a webservice, it takes a long time to compute (until a timeout).
Do you have any idea what the problem might be? I am assuming that since the code is exactly the same, there are no problems such as infinite loops ..... it seems that it just takes longer.
Do you have an idea what might the problem be?
thanks
© Stack Overflow or respective owner