Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Nov : Re: Indy TCP Bridge

www.cryer.info
Managed Newsgroup Archive

Re: Indy TCP Bridge

Subject:Re: Indy TCP Bridge
Posted by:"Remy Lebeau (TeamB)" (no.spam@no.spam.com)
Date:Mon, 26 Nov 2007 10:07:10

"Richard Milner" <richard-milner@gmail.com> wrote in message
news:474ae382@newsgroups.borland.com...

> 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

Each data packet needs a header that indicates which client to send to.
When the server receives a packet, it can forward it to the appropriate
client.  It continues doing so on a per-packet basis as needed.

> code samples would be appreciated.

Please go to http://www.deja.com and search the newsgroup archives.
Examples have been posted before.


Gambit

Replies:

none

In response to:

www.cryer.info
Managed Newsgroup Archive