Winsock not flushing data 
Author Message
 Winsock not flushing data

I'm writing a client/server program using the MS winsock control and when I
use the senddata method in a for loop on an array of client winsocks only
the first client receives the data.  If I pause and continue by program
then the other clients receive the data.  It seems as though the data is
being held back.  Is there any way to flush the data so it is sent
immediately.  Here is a sample coding.

For i = Child.LBound To Child.UBound
        If FProp(i).Deleted = False Then
            Child(i).SendData "Message;Hello"
        End If
Next i


Thanks,
Andy



Sun, 30 Jul 2000 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Solution: Winsock Does Not Flush Buffer Correctly

2. winsock data arrival does not wait for data

3. Socket flushing in VB (winsock)

4. winsock control: buffer flushing?

5. winsock control: buffer flushing?

6. Response.Flush not immeadiate?

7. why GRAPH Control does not flush?

8. Winsock not sending data

9. winsock not recieving all data

10. Winsock Control Might Not Receive Large chunk of data

11. flushing cached data of an IShellFolder/ItemIDList

12. Flushing data in network buffer

 

 
Powered by phpBB® Forum Software