Hi
As you may well know, it is required to host an access policy (clientaccesspolicy.xml) on your web server if you want SL apps to perform HTTP requests, or you need to host an access server on port 943 for socket connections.
My app makes many short requests and latency is important. I want to know if this access policy file is accessed once for every new HTTP request or is it accessed for the first request and have its result cached on the client. It would be quite costly for me to have two web requests (one for the policy, one for the HTTP GET) for each HTTP request I create.