Lines Matching refs:socket
241 Here we simply accept the TCP connection and pass on the socket (*stream*) to
251 The ``stdout`` of the CGI script is set to the socket so that whatever our tick
295 or new hardware is detected. The MySQL server also runs a domain socket on
301 creator/owner of the socket acting as the server. After the initial setup,
311 We name the socket ``echo.sock`` which means it will be created in the local
312 directory. This socket now behaves no different from TCP sockets as far as
315 $ socat - /path/to/socket
317 A client which wants to connect to a domain socket will use::
331 between processes by sending them over a domain socket. This allows processes
370 another file descriptor (The listening socket). Which is exactly what we do
402 ``main()``), that we accept the client socket and pass it along to the next