<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Jeff Read wrote:
<blockquote
 cite="mid1137897b0801282143w3e614339idda52e8d65a2a556@mail.gmail.com"
 type="cite">
  <pre wrap="">On Jan 29, 2008 12:41 AM, Jeff Read <a class="moz-txt-link-rfc2396E" href="mailto:bitwize@gmail.com"><bitwize@gmail.com></a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Starting a "server port" in Gambit indeed creates a read-only port;
however, the objects read from this port are new, bi-directional
ports, each representing a pending TCP connection. Communication takes
place only on these ports, as it makes no sense to write to a
listening socket. Compare this to the BSD sockets interface wherein
calling accept() on a listening socket will yield a new socket to
begin communications on. Each (read) on the server port is like one
accept().
    </pre>
  </blockquote>
  <pre wrap=""><!---->
By the way, see also the Gambit documentation section 17.7.3 "Network
devices" for more info on this phenomenon.

--Jeff



  </pre>
</blockquote>
Thanks Jeff, I already did the RTFM thing but could not resolve the
write-port exceptions. I think I have a glimmer of understanding now.
More testing will ensue.<br>
-Bob-<br>
</body>
</html>