Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: TCP communications

From: greggirwin:mindspring at: 31-May-2006 16:35

Hi Alessandro, AM> The problem is client makes a request; server accepts it. Finally AM> (this is the problem) the server should answer to the client. But in AM> order to send data from server to client, how can I do using the same AM> channel? WAIT returns the client port, so you can INSERT data into it. -- Gregg