Foo Ji-Haw wrote:

> Cool. Thanks for the tip John. When you mean partial reads, you don't 
> mean to say that any form of data corruption is taking place right? It's 
> just that I will have to be responsible for putting Humpty Dumpty (aka 
> the fragmented data) back together again?

TCP is stream oriented - you are always responsible for putting the
data back together (one of the reasons that data often uses a header
containing the length and type of data).

UDP is record oriented and you wouldn't have the same problem.
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to