rajesh gupta wrote: > Dear , > I mean Live data == delay . The changes I am observe on > server machine in grid is not reflecting on > client connected to server machine . i.e. data coming on the > client machine 2- 10 seconds delay .
As Matt wrote before, or try to set wsoNoReceiveLoop, if the clients return a response to the server broadcast, something like: procedure TForm1.WSocketThrdServer1ClientCreate(Sender: TObject; Client: TWSocketClient); begin Client.ComponentOptions := [wsoNoReceiveLoop]; end; -- Arno -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be