LK wrote:
> Two people on separate PCs are sending instant messages to each
> other through Ajax on a common server. The sender posts a message
> and it gets stored in the database. How does the receiver get
> that message on the other machine?
Use persistent connections and chunked responses. It'
Two people on separate PCs are sending instant messages to each other through
Ajax on a common server. The sender posts a message and it gets stored in the
database. How does the receiver get that message on the other machine? I can
envision a polling mechanism whereby the receiver's client peri