Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Feb : Re: Reading the data off a buffer.
| Subject: | Re: Reading the data off a buffer. |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Thu, 22 Feb 2007 02:58:19 |
"Graham Harris" <ng@bmsgharr.globalnet.co.uk> wrote in message
news:45dd5fb2$1@newsgroups.borland.com...
> Basically the protocol is two different XML documents that is sent
over
> a TCP/IP connection.
Are you implementing the protocol yourself on both ends? If so, then
I strongly suggest you use suggestion #1 that I mentioned earlier.
> The problem is that one of the XML documents is from a legacy
> application that used a TServerSocket that uses Socket.ReceiveText.
What exactly does it send overall? It has to be providing a way to
indicate when the document is finished being sent.
Gambit