Talk:Remote agent: Difference between revisions

→‎Stream?: Any stream will do.
(→‎Stream?: new section)
(→‎Stream?: Any stream will do.)
Line 73:
 
The Task talks about a "stream". Does this mean a TCP stream? Or is it just a stream without defining what medium to use? --[[User:Oenone|Oenone]] 09:17, 19 April 2011 (UTC)
: Any bidirectional stream is probably fine; some outside-program glue can be used as an adapter. For example, if there's a TCP-based server, but a STDIN/STDOUT-based client, one can use tcpwrappers to get the client and server talking to each other. --[[User:Short Circuit|Michael Mol]] 12:14, 19 April 2011 (UTC)