Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Nov : Re: Indy TCP Bridge
| Subject: | Re: Indy TCP Bridge |
| Posted by: | "Craig" (firebirdwebg..@hotmail.com) |
| Date: | Mon, 26 Nov 2007 11:02:58 |
Generally, The recipient needs to know what to expect..
Id need to know more.. Is the second client making a request for a certain
file? Or is the file going to be pushed onto the client? Do Both Clients
initiate the connections etc? Or are the clients listening?
There really isn't an issue with Order, just for the recipient to know what
to expect..
"Richard Milner" <richard-milner@gmail.com> wrote in message
news:474ae382@newsgroups.borland.com...
> I am having issues with streamlining an application, and am sure I have
> missed something simple.
>
> I have a client and server application, Client A sends a file to Client B
>
> CA -> Server -> CB
>
> This is simple, however the server is saving the file locally then on
> completing sending it off to the client, is there (how do I) send the data
> as i am reciving it, ensuring the steam is constant, code samples would be
> appreciated.
>
> Thanks
none