Re: [nyphp-talk] Chat thru Ajax

2007-02-26 Thread Chris Shiflett
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'

[nyphp-talk] Chat thru Ajax

2007-02-26 Thread LK
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