Hey all,

I had a question regarding redirecting IO. I am trying to connect my client 
and server (both of which run a CLI application). How can i set up the 
pipes such that inputs and putputs of CLI from server side appear on the 
client side. I read in the documentation that you can use pipes to send and 
receive data (using create_pair()) but now I am a little confused, since I 
dont know how to push sys.stdout from the server into p1 and push the input 
from client side into p1. If anyone could explain how to do I would really 
appreciate the help

thanks

Reply via email to