Lines Matching full:between
109 4.2BSD this expanded to include IPC between machines. This expansion
159 Initially, the only difference between the two will be the value returned by
220 Let us now examine a program that creates a pipe for communication between
248 Figure 2\ \ Sharing a pipe between parent and child
301 between sockets on the same machine.
323 Figure 4\ \ Sharing a socketpair between parent and child
329 Pipes and socketpairs are a simple solution for communicating between
330 a parent and child or between child processes.
337 and then have messages sent between them. This is often the
341 send messages between them.
355 UNIX domain names, therefore, allow communication between any two processes
361 Internet domain names allow communication between machines.
367 place across a connection between two sockets. The communication
386 The difference in performance between the two styles of communication is
398 transfer of data between participants in the communication.
403 sets up connections and transfers data between sockets,
499 When a message must be sent between machines it is sent to
579 To send data between stream sockets (having communication style SOCK_STREAM),
841 communication between machines.
845 The choice between datagrams and stream communication is best made by