Uh oh!
There was an error while loading. Please reload this page.
Support for Unix Domain Socket - #1
Conversation
this instead of msgpackrpc.transport.tcp for unix domain socket support.
hvishwanath
commented
Apr 8, 2013
Please ignore multiple comments reading the same content. Its a goofup with eclipse and Egit. |
repeatedly
commented
Apr 21, 2013
In this weekend, I will check this pull request. |
hvishwanath
commented
Apr 21, 2013
Thanks. Let me know if you need any changes. |
repeatedly
commented
Apr 21, 2013
I have serveral comments:
Please remove these comments on top of each file.
Please move USD usage to Example section, not top.
UDSADdress is not common name.
Please fix these bugs.
See following example. # OK"""\FooBar"""# NG"""FooBar"""Please apply above changes. |
hvishwanath
commented
Apr 22, 2013
Thanks for your review. Will update and get back.
|
OrangeTux
commented
Feb 14, 2015
Well, any chance that this will be merged? |
hvishwanath
commented
Feb 14, 2015
Been a long time! I didn't think people would like to use unix domain Regards, On Sat, Feb 14, 2015 at 6:31 PM, Auke Willem Oosterhoff <
|
mmontone
commented
Jan 16, 2016
What happened with this merge? I would like to use it! :) |
repeatedly
commented
Jan 17, 2016
This patch doesn't apply my reviews so I can't merge. |
Hi
I have forked the base repo and added support for Unix domain sockets. My main objective was as less intrusion as possible in the base code, and come up with something which can be 'plug and played'.
I have created a new transport builder (transport->uds.py) and a new address object msgpackrps->udsaddress.py. I have some examples demonstrating how to use UDS instead of tcp/ip sockets for msgpack rpc. Please review my repository and let me know if you are okay with merging these changes.