UNIX domain sockets are a technology for interprocess communication on a single computer.
I am new to socket programming and I am trying to understand the operation of htons(). I've read a few …
c sockets unix-socketWorking on an Android and iOS based application which require communication with a server running in the same device. Currently …
sockets unix tcp loopback unix-socketI would like to establish an IPC connection between several processes on Linux. I have never used UNIX sockets before, …
c sockets datagram unix-socketI have a simple project with directory structure I am setting up nginx config for my drupal site, and for …
php nginx unix-socketAfter looking at a unix named socket and i thought they were named pipes. I looked at name pipes and …
c linux named-pipes unix-socketI see these threads UNIX socket implementation for Java? and http://forums.sun.com/thread.jspa?threadID=713266. The second link …
java sockets unix-socketUsing Ubuntu 16.04 LTS to deploy my python app. Configured everything and the app is running manually. I want to automate …
unix supervisord unix-socketI have a simple code, like: sockaddr_un address; address.sun_family = AF_UNIX; strcpy(address.sun_path, path); unlink(…
c sockets unix unix-socket umaskReading a Unix Domain Socket file using Python is similar to an ordinary TCP socket: >>> import socket &…
linux unix curl unix-socketI'm trying to write a client server program using UDP, and wait-and-stop, but I haven't got to that part, I'm …
c sockets unix client-server unix-socket