Im using a4j:poll for polling to perform few activities on the screen. I have all the activities defined in the reRender attribute and wanted to know whether the polling happens in sequence or in parallel for all the activities mentioned in the rerender attribute of a4j:poll tag.
If at all it happens in parallel, how do we make that happen in sequence.
Whether the polling happens for only one request or for all the requests mentioned.