Hi,
Suppose there are number of clients (browsers) connected with the server (one to one communication is happening between each client and server).
Now some time what I want to achieve is, if one client send a request, response of that request should be sent to all the clients.
I am sure, response without request is not possible so I guess, and I will need dummy request from all the clients to send that response�
It�s happening but �timing� is BIG issue. I want other clients to send dummy requests only when one of the clients has sent an �original request� or I should ignore all the dummy requests until I get an �original request� from any of the client...
Second option seems possible.
Please post your views on the same.
Thanks.
[ April 27, 2007: Message edited by: Bear Bibeault ]