Ruby has a TUnixSocket implementation, and I know it would be
possible to do in other languages. However, it's not really that much
faster. Is there some other reason you'd like to use unix sockets?
-Bryan
On Jan 20, 2009, at 8:02 AM, Alan Shouls wrote:
Hi,
Is it possible to use thrift directly on Unix sockets.
I am new to thrift but it looks really good. I have had few
problems writing a small sample client and server (based on
TServerSocket on he server and TSocket) on the client which
communicates over tcp. I would like to use thrift directly on unix
sockets. Is this possible?
Best regards
Alan Shouls