/[emacs]/emacs/lispref/processes.texi
ViewVC logotype

Diff of /emacs/lispref/processes.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.35 by teirllm, Wed Sep 24 04:18:39 2003 UTC revision 1.36 by rms, Tue Sep 30 13:01:12 2003 UTC
# Line 1507  subprocess.  @xref{Process Information}. Line 1507  subprocess.  @xref{Process Information}.
1507  process, being stopped means not accepting new connections.  (Up to 5  process, being stopped means not accepting new connections.  (Up to 5
1508  connection requests will be queued for when you resume the server; you  connection requests will be queued for when you resume the server; you
1509  can increase this limit, unless it is imposed by the operating  can increase this limit, unless it is imposed by the operating
1510  systems.)  For a network connection, being stopped means not  systems.)  For a network stream connection, being stopped means not
1511  processing input (any arriving input waits until you resume the  processing input (any arriving input waits until you resume the
1512  connection).  You can use the function @code{process-command} to  connection).  For a datagram connection, some number of packets may be
1513  determine whether a network connection or server is stopped; a  queued but input may be lost.  You can use the function
1514  non-@code{nil} value means yes.  @code{process-command} to determine whether a network connection or
1515    server is stopped; a non-@code{nil} value means yes.
1516    
1517  @defun open-network-stream name buffer-or-name host service  @defun open-network-stream name buffer-or-name host service
1518  This function opens a TCP connection, and returns a process object  This function opens a TCP connection, and returns a process object

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26