Our client is experiencing delays of ~10 seconds the first time our application attempts to communicate with their Exchange Server 2007 SP1 using EWS Managed API 2.0.
It seems that if no requests have been made in a while the delay returns on the following request.
I'm assuming that it has something to do with what is described in another SO question and want to ask what can be done about this. (further testing showed this is most likely not the case)
Is this an issue that can be fixed by flicking a switch somewhere on the server? Or are we forced to do some sort of keep-alive request regularly from the application? (sigh)