G
Guest
Hello,
I developped a WebService in C# which is used by 2 applications. One is running on the "normal" Framework, the other on Compact FrameWork of Windows CE. From the Compact FrameWork, the first time a webmethod is called, we have to wait at least 3sec before having the response even if the method does absolutly nothing. After the first call, performance are not very good but acceptable.
A solution I can have is to call every method of my WebService on the application laod, but I don't find it efficient...
I think I made a mistake in configuration or in call of my WebMethods. Could you help me?
Thanks in advance
Steph
I developped a WebService in C# which is used by 2 applications. One is running on the "normal" Framework, the other on Compact FrameWork of Windows CE. From the Compact FrameWork, the first time a webmethod is called, we have to wait at least 3sec before having the response even if the method does absolutly nothing. After the first call, performance are not very good but acceptable.
A solution I can have is to call every method of my WebService on the application laod, but I don't find it efficient...
I think I made a mistake in configuration or in call of my WebMethods. Could you help me?
Thanks in advance
Steph