> I've used TWSocket/TWSocketServer to build client/server 
> successfully in the past.  Now I have one where I need to send a
> 20MB block of data from server to client. 
> it is my understanding that TWSocket is built to handle this
> situation

Not sure why you expect to send a single block 20MB in size, none of the
ICS high level components or demos attempt to do that.  64K is about the
maximum block size sent. 

Normally you use the OnDataSent event to send the next block of data, as
illustrated in numerous components.  It is not much more effort, you just
need to keep track of how much you have sent so far.  

Angus





-- 
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

Reply via email to