Hi! I have the following basic http-question.
When we use HttpClient we make a request and get a response. When looking for some specific information we may periodically make requests until the information is received.
My question is if it is possible - within the "http-framework" - to ask the server to return an answer when it has the answer instead of periodically asking for an answer which is basically waste of time.
If you have made a reservation for some article I guess you would ask the supplier to call you when he has the article for you instead of calling him every day.
By way of comparison how do Flash-driven websites which are dynamically updated (e.g. stock tickers) work in this context?
Regards, Jesper --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
