The R Project SVN R

Rev

Rev 62171 | Rev 67972 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 62171 Rev 62604
Line 95... Line 95...
95
  sockets.
95
  sockets.
96
 
96
 
97
  This should be available on all \R{} platforms, although it is
97
  This should be available on all \R{} platforms, although it is
98
  conceivable that zealous security measures could block the
98
  conceivable that zealous security measures could block the
99
  inter-process communication \emph{via} sockets.  Users of Windows
99
  inter-process communication \emph{via} sockets.  Users of Windows
100
  and Mac OS X may expect pop-up dialog boxes from the firewall asking
100
  and OS X may expect pop-up dialog boxes from the firewall asking
101
  if an \R{} process should accept incoming connections.
101
  if an \R{} process should accept incoming connections.
102
 
102
 
103
  Following \CRANpkg{snow}, a pool of worker processes listening
103
  Following \CRANpkg{snow}, a pool of worker processes listening
104
  \emph{via} sockets for commands from the master is called a
104
  \emph{via} sockets for commands from the master is called a
105
  `cluster' of nodes.
105
  `cluster' of nodes.