Questions tagged [unix-socket]

UNIX domain sockets serve as a method of facilitating interprocess communication within the confines of a single computer.

Troubleshooting EAGAIN Errors When Opening Multiple UNIX Domain Sockets in Node.js

My current setup in terms of web service operation is as follows: We have multiple clients sending requests to a web server, which then passes those messages on to a C program via a UNIX domain socket. Historically, I've relied on Apache and PHP to handl ...