I need to implement long polling or pending request for a chatroom. I tried a4j:push, but it seems doesn't work like a real long polling approach (see the following discussion: https://community.jboss.org/message/16614).
The question is: which alternatives do I have to realize long polling?
I'm using JSF 1.2, JAVA EE 6 and RichFaces 3.3.2.
Thaks in advance!