> I'd think the solution would be for the server to send just the message > index value which the client then prints. If that was done then also > compression on the connection should largely resolve the issue of > duplicate messages over slow connections. That would cut down but not eliminate the problem. Network latency can cause the repeat messages to still cause problems. One approach would be for the server to send a heartbeat- type message indicating that the last event is still continuing (e.g., you're still praying). That would limit the traffic to one event per, say, second. Until a new message gets passed. -- Steven Lembark 2930 W. Palmer Workhorse Computing Chicago, IL 60647 +1 800 762 1582