Posted by Lenard Redwood on 10/02/06 17:18
Jerry Stuckle wrote:
> You can't. HTTP is a pull only protocol. You can use javascript on the
> client to pull the info on a regular basis (i.e. every 30 seconds). But
> you can't push the data out.
Exactly, actually each time user A writes a message and hits "Enter" it
is sent right away to the server. But how can this message be thrown
into the open connection that user B is using?
Thanks,
Lenard
[Back to original message]
|