Hi all,
I have been developing a test solution based on the 2009 SP1 webservices. My findings are, however, that the first request to the webservices takes about 5 seconds to get a response no matter the response size. Any subsequent request is finished relatively quickly (means reasonably, what I would expect).
The webservices is requested through a .net application. If I let an amount of time, say 20 minutes, pass it will take 5 seconds to do the first request again.
Regarding this, I think it would be very interesting to know if anyone else has experienced this?
Any ideas to how I can avoid this "initialization time"?
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
I will check tomorrow if I can find a way to tweak the recycling settings for the NAV webservices, although I have a feeling they might be hidden pretty well
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
The main reason for reusing the connection is that the database connection then does not need to be re-established.
Hope this helps.
Jens Møller-Pedersen [MSFT]
This posting is provided 'AS IS' with no warranties, and confers no rights.
The application isn't much loaded given the nature of it, so each user will get the experience that it opens very slowly.
I have created a small vb-script to query the webservice every 10 minutes, but to be honest I hope another solution will appear.