In the browsers using HTML, Ajax, or YUI (JavaScript in general) what are successful and preferential implementations of the 'please wait we are working on your request'?
Additional context is that the Web Application I work on has a few requests that can require significant IO/CPU time (10 - 30 seconds) and has the need to communicate to the user that we got your request and we are working on it.
Edit: Another aspect is have you seen a site's implementation that impresses you? An example you like