hi is there support for pipes at the transport level instead of sockets? my intention is to fork a child process running another program, and talk with the parent process over the standard pipes. this way i could get a java program to use my python package. i don't want to resort to using sockets, because of performance and security issues.
and on that note, i've asked this before but no one answered -- how do i use ssl/tls with thrift? assuming i need mutual authentication? -tomer An NCO and a Gentleman
