| |
| | Unix-Domain TCP Clients and Servers |
 | | Unix-domain sockets are local to the current host, and are often used internally to implement pipes. |
 | | As you see, it's remarkably similar to the Internet domain TCP server, so much so, in fact, that we've omitted several duplicate functions--spawn(), logmsg(), ctime(), and REAPER()--which are exactly the same as in the other server. |
 | | For example, let's say that you have a long running database server daemon that you want folks from the World Wide Web to be able to access, but only if they go through a CGI interface. |
| www.perl.com /doc/FMTEYEWTK/IPC/unix.html (368 words) |
|