UNIX domain sockets are a technology for interprocess communication on a single computer.
I am trying to write a simple Unix datagram server/client, and am having some problems. What I want is …
c network-programming datagram unix-socket socatI have a server application which received requests and forwards them on a Unix Domain Socket. This works perfectly under …
java unix broken-pipe unix-socketI'm looking for how to connect to a redis server via Unix domain socket using hedis, as advertised in the …
haskell redis connection-string unix-socketI have an NodeJS application which sets up a UNIX-socket to expose some interprocess communication channel (some kind of monitoring …
node.js unix-socket foreverUnder OS-X, I've got process named 'listener' that is waiting on 'accept' to read data from local unix socket named …
c macos sockets unix-socketI'm writing a Unix domain socket server for Linux. A peculiarity of Unix domain sockets I quickly found out is …
sockets unix-socketI'm just starting with socket programming in UNIX and I was reading the man pages for the socket system call. …
c unix unix-socketI am doing a study about Unix domain socket. Especially about how does it work. I googled many times with …
sockets unix unix-socketI'm trying to interact with supervisord, and I'd like to talk with it over a unix socket (it's a shared …
python xml-rpc xmlrpclib unix-socketI have a Go program hosting a simple HTTP service on localhost:8080 so I can connect my public nginx host …
go signals unix-socket